Searched refs:t_handle (Results 1 – 4 of 4) sorted by relevance
161 if (t->t_handle && *t->t_config == '\0') in table_static_config()179 if ((old = t->t_handle)) in table_static_config()181 t->t_handle = priv; in table_static_config()190 struct table_static_priv *priv = table->t_handle; in table_static_add()207 priv = table->t_handle; in table_static_add()219 struct table_static_priv *priv = table->t_handle; in table_static_dump()248 if (table->t_handle == NULL) in table_static_open()256 struct table_static_priv *priv = table->t_handle; in table_static_close()260 table->t_handle = NULL; in table_static_close()267 struct table_static_priv *priv = table->t_handle; in table_static_lookup()[all …]
97 table_db_close2(table->t_handle); in table_db_update()98 table->t_handle = handle; in table_db_update()105 table->t_handle = table_db_open2(table); in table_db_open()106 if (table->t_handle == NULL) in table_db_open()114 table_db_close2(table->t_handle); in table_db_close()115 table->t_handle = NULL; in table_db_close()158 struct dbhandle *handle = table->t_handle; in table_db_lookup()172 handle = table->t_handle; in table_db_lookup()198 struct dbhandle *handle = table->t_handle; in table_db_fetch()
48 struct table_proc_priv *priv = table->t_handle; in table_proc_nextid()62 struct table_proc_priv *priv = table->t_handle; in table_proc_send()85 struct table_proc_priv *priv = table->t_handle; in table_proc_recv()176 table->t_handle = priv; in table_proc_open()207 struct table_proc_priv *priv = table->t_handle; in table_proc_close()216 table->t_handle = NULL; in table_proc_close()
360 void *t_handle; member