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