Closure for process_keys. More...
Data Fields | |
| PluginKeyProcessor | proc |
| Function to call for each key. | |
| void * | proc_cls |
| Closure for proc. | |
Closure for process_keys.
Definition at line 709 of file plugin_datastore_postgres.c.
| PluginKeyProcessor ProcessKeysContext::proc |
Function to call for each key.
Definition at line 714 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 719 of file plugin_datastore_postgres.c.
Referenced by postgres_plugin_get_keys(), and process_keys().