GNUnet 0.21.1
IterateContext Struct Reference

Closure for iterate_zones. More...

Collaboration diagram for IterateContext:
[legend]

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_PrivateKeyzone
 Target zone. More...
 
GNUNET_NAMESTORE_RecordIterator iter
 Function to call on each record. More...
 
void * iter_cls
 Closure for iter. More...
 

Detailed Description

Closure for iterate_zones.

Definition at line 554 of file plugin_namestore_flat.c.

Field Documentation

◆ offset

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().

◆ limit

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().

◆ pos

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().

◆ zone

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().

◆ iter

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().

◆ iter_cls

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().


The documentation for this struct was generated from the following file: