Searched refs:odbc_inst (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c138 destroy_odbc_instance(odbc_instance_t *odbc_inst) { argument
146 ndbi = ISC_LIST_HEAD(*odbc_inst->db);
181 isc_mem_put(ns_g_mctx, odbc_inst->db, sizeof(db_list_t));
186 if (((odbc_db_t *) (odbc_inst->db->dbconn))->stmnt != NULL) {
188 ((odbc_db_t *) (odbc_inst->db->dbconn))->stmnt);
189 ((odbc_db_t *) (odbc_inst->db->dbconn))->stmnt = NULL;
193 if (((odbc_db_t *) (odbc_inst->db->dbconn))->dbc != NULL) {
194 SQLDisconnect(((odbc_db_t *) (odbc_inst->db->dbconn))->dbc);
196 ((odbc_db_t *) (odbc_inst->db->dbconn))->dbc);
197 ((odbc_db_t *) (odbc_inst
1252 odbc_instance_t *odbc_inst = NULL; local
[all...]

Completed in 1699 milliseconds