Closure for parse_result_call_iterator. More...
Data Fields | |
GNUNET_NAMESTORE_RecordIterator | iter |
Function to call for each result. More... | |
void * | iter_cls |
Closure for iter. More... | |
const struct GNUNET_CRYPTO_PrivateKey * | zone_key |
Zone key, NULL if part of record. More... | |
uint64_t | limit |
Number of results still to return (counted down by number of results given to iterator). More... | |
Closure for parse_result_call_iterator.
Definition at line 335 of file plugin_namestore_postgres.c.
GNUNET_NAMESTORE_RecordIterator ParserContext::iter |
Function to call for each result.
Definition at line 340 of file plugin_namestore_postgres.c.
Referenced by namestore_postgres_edit_records().
void* ParserContext::iter_cls |
Closure for iter.
Definition at line 345 of file plugin_namestore_postgres.c.
Referenced by namestore_postgres_edit_records().
const struct GNUNET_CRYPTO_PrivateKey* ParserContext::zone_key |
Zone key, NULL if part of record.
Definition at line 350 of file plugin_namestore_postgres.c.
uint64_t ParserContext::limit |
Number of results still to return (counted down by number of results given to iterator).
Definition at line 356 of file plugin_namestore_postgres.c.