Closure for iterate_zones. More...
Data Fields | |
uint64_t | offset |
How many more records should we skip before returning results? More... | |
uint64_t | limit |
How many more records should we return? More... | |
uint64_t | pos |
What is the position of the current entry, counting starts from 1. More... | |
const struct GNUNET_CRYPTO_PrivateKey * | zone |
Target zone. More... | |
GNUNET_NAMESTORE_RecordIterator | iter |
Function to call on each record. More... | |
void * | iter_cls |
Closure for iter. More... | |
Closure for iterate_zones.
Definition at line 554 of file plugin_namestore_flat.c.
uint64_t IterateContext::offset |
How many more records should we skip before returning results?
Definition at line 559 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
uint64_t IterateContext::limit |
How many more records should we return?
Definition at line 564 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
uint64_t IterateContext::pos |
What is the position of the current entry, counting starts from 1.
Definition at line 570 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
const struct GNUNET_CRYPTO_PrivateKey* IterateContext::zone |
Target zone.
Definition at line 575 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
GNUNET_NAMESTORE_RecordIterator IterateContext::iter |
Function to call on each record.
Definition at line 580 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
void* IterateContext::iter_cls |
Closure for iter.
Definition at line 585 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().