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

/bind-9.6-ESV-R11/contrib/dlz/drivers/
H A Ddlz_odbc_driver.c102 } odbc_db_t; typedef in typeref:struct:__anon34
166 if (((odbc_db_t *) (dbi->dbconn))->stmnt != NULL) {
168 ((odbc_db_t *)
170 ((odbc_db_t *) (dbi->dbconn))->stmnt = NULL;
174 if (((odbc_db_t *) (dbi->dbconn))->dbc != NULL) {
175 SQLDisconnect(((odbc_db_t *)
178 ((odbc_db_t *)
180 ((odbc_db_t *) (dbi->dbconn))->dbc = NULL;
195 if (((odbc_db_t *) (odbc_inst->db->dbconn))->stmnt != NULL) {
197 ((odbc_db_t *) (odbc_ins
[all...]

Completed in 8 milliseconds