GNUnet 0.22.2
ParserContext Struct Reference

Closure for parse_result_call_iterator. More...

Collaboration diagram for ParserContext:
[legend]

Data Fields

GNUNET_NAMESTORE_RecordIterator iter
 Function to call for each result. More...
 
void * iter_cls
 Closure for iter. More...
 
const struct GNUNET_CRYPTO_PrivateKeyzone_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...
 

Detailed Description

Closure for parse_result_call_iterator.

Definition at line 338 of file plugin_namestore_postgres.c.

Field Documentation

◆ iter

◆ iter_cls

◆ zone_key

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.

◆ limit

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


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