Searched refs:SQL_HANDLE_ENV (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/apr-util/include/private/ |
| H A D | apr_dbd_odbc_v2.h | 30 #define SQL_HANDLE_ENV 3 macro 43 : (type == SQL_HANDLE_ENV) ? SQLAllocEnv(hndl) \ 50 : (type == SQL_HANDLE_ENV) ? SQLFreeEnv(hndl) \ 56 SQLError( (type == SQL_HANDLE_ENV) ? h : NULL, \
|
| /freebsd-13.1/contrib/apr-util/dbd/ |
| H A D | apr_dbd_odbc.c | 350 CHECK_ERROR(handle, "SQLFreeHandle (DBC)", rc, SQL_HANDLE_ENV, henv); in odbc_close() 367 rc = SQLFreeHandle(SQL_HANDLE_ENV, henv); in odbc_close_env() 1038 rc = SQLAllocHandle(SQL_HANDLE_ENV, SQL_NULL_HANDLE, &henv); in odbc_init() 1051 CHECK_ERROR(&tmp_dbc, step, rc, SQL_HANDLE_ENV, err_h); in odbc_init() 1084 err_htype = SQL_HANDLE_ENV; in odbc_open()
|