Closure for process_result. More...
Data Fields | |
struct Plugin * | plugin |
The plugin handle. More... | |
PluginDatumProcessor | proc |
Function to call on each result. More... | |
void * | proc_cls |
Closure for proc. More... | |
Closure for process_result.
Definition at line 299 of file plugin_datastore_postgres.c.
struct Plugin* ProcessResultContext::plugin |
The plugin handle.
Definition at line 304 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_expiration(), postgres_plugin_get_key(), postgres_plugin_get_replication(), postgres_plugin_get_zero_anonymity(), and process_result().
PluginDatumProcessor ProcessResultContext::proc |
Function to call on each result.
Definition at line 309 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_expiration(), postgres_plugin_get_key(), postgres_plugin_get_replication(), postgres_plugin_get_zero_anonymity(), and process_result().
void* ProcessResultContext::proc_cls |
Closure for proc.
Definition at line 314 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_expiration(), postgres_plugin_get_key(), postgres_plugin_get_replication(), postgres_plugin_get_zero_anonymity(), and process_result().