Closure for extract_result_cb. More...
Data Fields | |
GNUNET_DATACACHE_Iterator | iter |
Function to call for each result found. More... | |
void * | iter_cls |
Closure for iter. More... | |
Closure for extract_result_cb.
Definition at line 401 of file plugin_datacache_postgres.c.
GNUNET_DATACACHE_Iterator ExtractResultContext::iter |
Function to call for each result found.
Definition at line 406 of file plugin_datacache_postgres.c.
Referenced by extract_result_cb(), and postgres_plugin_get_closest().
void* ExtractResultContext::iter_cls |
Closure for iter.
Definition at line 411 of file plugin_datacache_postgres.c.
Referenced by extract_result_cb(), and postgres_plugin_get_closest().