Searched defs:pool_knl_connection (Results 1 – 1 of 1) sorted by relevance
140 typedef struct pool_knl_connection { struct141 const char *pc_name; /* Provider name */142 int pc_store_type; /* Datastore type */143 int pc_oflags; /* Open flags */144 int (*pc_close)(pool_conf_t *);145 int (*pc_validate)(const pool_conf_t *, pool_valid_level_t);146 int (*pc_commit)(pool_conf_t *);147 int (*pc_export)(const pool_conf_t *, const char *,149 int (*pc_rollback)(pool_conf_t *);150 pool_result_set_t *(*pc_exec_query)(const pool_conf_t *,[all …]