Home
last modified time | relevance | path

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

/PHP-7.2/ext/odbc/
H A Dphp_odbc.c877 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS) in odbc_sql_error() function
1073 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTransact"); in odbc_transact()
1226 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1252 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1255 odbc_sql_error(conn, result->stmt, "SQLPrepare"); in PHP_FUNCTION()
1663 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
1689 odbc_sql_error(conn, result->stmt, "SQLExecDirect"); in PHP_FUNCTION()
2552 odbc_sql_error(*conn, SQL_NULL_HSTMT, "SQLConnect"); in odbc_sqlconnect()
3192 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLAllocStmt"); in PHP_FUNCTION()
3209 odbc_sql_error(conn, SQL_NULL_HSTMT, "SQLTables"); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h288 void odbc_sql_error(ODBC_SQL_ERROR_PARAMS);

Completed in 40 milliseconds