Closure for extract_result_cb. More...
Data Fields | |
| GNUNET_DATACACHE_Iterator | iter |
| Function to call for each result found. | |
| void * | iter_cls |
| Closure for iter. | |
Closure for extract_result_cb.
Definition at line 405 of file plugin_datacache_postgres.c.
| 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().
| 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().