Searched defs:odbc_db_t (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c93 } odbc_db_t; typedef in typeref:struct:__anon46
157 if (((odbc_db_t *) (dbi->dbconn))->stmnt != NULL) {
159 ((odbc_db_t *)
161 ((odbc_db_t *) (dbi->dbconn))->stmnt = NULL;
165 if (((odbc_db_t *) (dbi->dbconn))->dbc != NULL) {
166 SQLDisconnect(((odbc_db_t *)
169 ((odbc_db_t *)
171 ((odbc_db_t *) (dbi->dbconn))->dbc = NULL;
186 if (((odbc_db_t *) (odbc_inst->db->dbconn))->stmnt != NULL) {
188 ((odbc_db_t *) (odbc_ins
[all...]

Completed in 8 milliseconds