GNUnet  last
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 335 of file plugin_namestore_postgres.c.

Field Documentation

◆ iter

GNUNET_NAMESTORE_RecordIterator ParserContext::iter

Function to call for each result.

Definition at line 340 of file plugin_namestore_postgres.c.

Referenced by namestore_postgres_edit_records().

◆ iter_cls

void* ParserContext::iter_cls

Closure for iter.

Definition at line 345 of file plugin_namestore_postgres.c.

Referenced by namestore_postgres_edit_records().

◆ zone_key

const struct GNUNET_CRYPTO_PrivateKey* ParserContext::zone_key

Zone key, NULL if part of record.

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


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