Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc_includes.h273 #define PHP_ODBC_SQLALLOCSTMT(hdbc, phstmt) SQLAllocHandle(SQL_HANDLE_STMT, hdbc, phstmt) macro
280 #define PHP_ODBC_SQLALLOCSTMT SQLAllocStmt macro
H A Dphp_odbc.c920 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt)); in PHP_FUNCTION()
1308 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt)); in PHP_FUNCTION()
2841 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
2906 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
2974 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3048 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3112 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3167 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3227 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3288 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
[all …]

Completed in 12 milliseconds