Closure for process_keys. More...
Data Fields | |
PluginKeyProcessor | proc |
Function to call for each key. More... | |
void * | proc_cls |
Closure for proc. More... | |
Closure for process_keys.
Definition at line 706 of file plugin_datastore_postgres.c.
PluginKeyProcessor ProcessKeysContext::proc |
Function to call for each key.
Definition at line 711 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_keys(), and process_keys().
void* ProcessKeysContext::proc_cls |
Closure for proc.
Definition at line 716 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_keys(), and process_keys().