Closure for handle_results. More...
Data Fields | |
GNUNET_DATACACHE_Iterator | iter |
Function to call on each result, may be NULL. More... | |
void * | iter_cls |
Closure for iter. More... | |
const struct GNUNET_HashCode * | key |
Key used. More... | |
Closure for handle_results.
Definition at line 172 of file plugin_datacache_postgres.c.
GNUNET_DATACACHE_Iterator HandleResultContext::iter |
Function to call on each result, may be NULL.
Definition at line 177 of file plugin_datacache_postgres.c.
Referenced by handle_results(), and postgres_plugin_get().
void* HandleResultContext::iter_cls |
Closure for iter.
Definition at line 182 of file plugin_datacache_postgres.c.
Referenced by handle_results(), and postgres_plugin_get().
const struct GNUNET_HashCode* HandleResultContext::key |
Key used.
Definition at line 187 of file plugin_datacache_postgres.c.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), handle_results(), postgres_plugin_get(), and gnunet-chk.Chk::uri().