Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_odbc/
H A Dodbc_driver.c62 SQLSMALLINT htype, recno = 1; in pdo_odbc_error() local
80 htype = SQL_HANDLE_STMT; in pdo_odbc_error()
83 htype = SQL_HANDLE_DBC; in pdo_odbc_error()
86 htype = SQL_HANDLE_ENV; in pdo_odbc_error()
90 rc = SQLGetDiagRec(htype, eh, recno++, einfo->last_state, &einfo->last_error, in pdo_odbc_error()
118 rc = SQLGetDiagRec(htype, eh, recno++, discard_state, &code, in pdo_odbc_error()

Completed in 8 milliseconds