GNUnet 0.25.1-9-g52b6b0d7b
 
Loading...
Searching...
No Matches
ExtractResultContext Struct Reference

Closure for extract_result_cb. More...

Collaboration diagram for ExtractResultContext:
[legend]

Data Fields

GNUNET_DATACACHE_Iterator iter
 Function to call for each result found.
 
void * iter_cls
 Closure for iter.
 

Detailed Description

Closure for extract_result_cb.

Definition at line 405 of file plugin_datacache_postgres.c.

Field Documentation

◆ iter

GNUNET_DATACACHE_Iterator ExtractResultContext::iter

Function to call for each result found.

Definition at line 410 of file plugin_datacache_postgres.c.

Referenced by extract_result_cb(), and postgres_plugin_get_closest().

◆ iter_cls

void* ExtractResultContext::iter_cls

Closure for iter.

Definition at line 415 of file plugin_datacache_postgres.c.

Referenced by extract_result_cb(), and postgres_plugin_get_closest().


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