Home
last modified time | relevance | path

Searched refs:SQLHANDLE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c88 SQLSMALLINT type, SQLHANDLE h, int line);
186 SQLHANDLE stmt; /* ODBC statement handle */
331 SQLHANDLE hstmt = statement->stmt; in odbc_close_pstmt()
363 static apr_status_t odbc_close_env(SQLHANDLE henv) in odbc_close_env()
374 SQLHANDLE stmt) in odbc_set_result_column()
929 SQLSMALLINT type, SQLHANDLE h, int line) in check_error()
1047 SQLHANDLE err_h = henv; in odbc_init()
1072 SQLHANDLE hdbc = NULL; in odbc_open()
1077 SQLHANDLE err_h = NULL; in odbc_open()
1236 SQLHANDLE hstmt = NULL; in odbc_query()
[all …]
/freebsd-13.1/contrib/apr-util/include/private/
H A Dapr_dbd_odbc_v2.h26 #define SQLHANDLE SQLHENV /* Presumes that ENV, DBC, and STMT handles are all the same datatype */ macro