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()
2844 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
2909 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
2977 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3051 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3115 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3170 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3230 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
3291 rc = PHP_ODBC_SQLALLOCSTMT(conn->hdbc, &(result->stmt));
[all …]

Completed in 12 milliseconds