Closure for iterate_zones. More...
Data Fields | |
| uint64_t | offset |
| How many more records should we skip before returning results? | |
| uint64_t | limit |
| How many more records should we return? | |
| uint64_t | pos |
| What is the position of the current entry, counting starts from 1. | |
| const struct GNUNET_CRYPTO_BlindablePrivateKey * | zone |
| Target zone. | |
| GNUNET_NAMESTORE_RecordIterator | iter |
| Function to call on each record. | |
| void * | iter_cls |
| Closure for iter. | |
Closure for iterate_zones.
Definition at line 556 of file plugin_namestore_flat.c.
| uint64_t IterateContext::offset |
How many more records should we skip before returning results?
Definition at line 561 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 566 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 572 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().
| const struct GNUNET_CRYPTO_BlindablePrivateKey* IterateContext::zone |
Target zone.
Definition at line 577 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 582 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 587 of file plugin_namestore_flat.c.
Referenced by iterate_zones(), and namestore_flat_iterate_records().