Closure for handle_results. More...
Data Fields | |
| GNUNET_DATACACHE_Iterator | iter |
| Function to call on each result, may be NULL. | |
| void * | iter_cls |
| Closure for iter. | |
| const struct GNUNET_HashCode * | key |
| Key used. | |
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 handle_results(), and postgres_plugin_get().