Searched refs:tmp_dbc (Results 1 – 1 of 1) sorted by relevance
1046 apr_dbd_t tmp_dbc; in odbc_init() local1049 tmp_dbc.pool = pool; in odbc_init()1050 tmp_dbc.dbname = NULL; in odbc_init()1051 CHECK_ERROR(&tmp_dbc, step, rc, SQL_HANDLE_ENV, err_h); in odbc_init()1143 apr_dbd_t tmp_dbc; in odbc_open() local1145 tmp_dbc.pool = pool; in odbc_open()1146 tmp_dbc.dbname = NULL; in odbc_open()1147 CHECK_ERROR(&tmp_dbc, err_step, rc, err_htype, err_h); in odbc_open()1149 *error = apr_pstrdup(pool, tmp_dbc.lastError); in odbc_open()