Home
last modified time | relevance | path

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

/PHP-5.5/ext/pdo_odbc/
H A Dodbc_driver.c64 SQLSMALLINT htype, recno = 1; in pdo_odbc_error() local
82 htype = SQL_HANDLE_STMT; in pdo_odbc_error()
85 htype = SQL_HANDLE_DBC; in pdo_odbc_error()
88 htype = SQL_HANDLE_ENV; in pdo_odbc_error()
92 rc = SQLGetDiagRec(htype, eh, recno++, einfo->last_state, &einfo->last_error, in pdo_odbc_error()
120 rc = SQLGetDiagRec(htype, eh, recno++, discard_state, &code, in pdo_odbc_error()

Completed in 97 milliseconds