GNUnet 0.28.0-dev.3-20-gf1136b0b8
 
Loading...
Searching...
No Matches
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.
 
void * iter_cls
 Closure for iter.
 
const struct GNUNET_CRYPTO_BlindablePrivateKeyzone_key
 Zone key, NULL if part of record.
 
uint64_t limit
 Number of results still to return (counted down by number of results given to iterator).
 

Detailed Description

Closure for parse_result_call_iterator.

Definition at line 367 of file plugin_namestore_postgres.c.

Field Documentation

◆ iter

◆ iter_cls

◆ zone_key

const struct GNUNET_CRYPTO_BlindablePrivateKey* ParserContext::zone_key

Zone key, NULL if part of record.

Definition at line 382 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 388 of file plugin_namestore_postgres.c.

Referenced by namestore_postgres_iterate_records().


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