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 338 of file plugin_namestore_postgres.c.
GNUNET_NAMESTORE_RecordIterator ParserContext::iter |
Function to call for each result.
Definition at line 343 of file plugin_namestore_postgres.c.
Referenced by namestore_postgres_edit_records(), namestore_postgres_iterate_records(), namestore_postgres_lookup_records(), and namestore_postgres_zone_to_name().
void* ParserContext::iter_cls |
Closure for iter.
Definition at line 348 of file plugin_namestore_postgres.c.
Referenced by namestore_postgres_edit_records(), namestore_postgres_iterate_records(), namestore_postgres_lookup_records(), and namestore_postgres_zone_to_name().
const struct GNUNET_CRYPTO_PrivateKey* ParserContext::zone_key |
Zone key, NULL if part of record.
Definition at line 353 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 359 of file plugin_namestore_postgres.c.
Referenced by namestore_postgres_iterate_records().