Home
last modified time | relevance | path

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

/PHP-7.4/ext/odbc/
H A Dphp_odbc_includes.h49 #define SQLUSMALLINT UWORD macro
70 #define SQLUSMALLINT USHORT macro
131 #ifndef SQLUSMALLINT
132 #define SQLUSMALLINT UWORD macro
H A Dphp_odbc.c434 (SQLUSMALLINT) SQL_COMMIT); in ZEND_GET_MODULE()
944 SQLUSMALLINT colfieldid; in odbc_bindcols()
1512 SQLUSMALLINT max_len; in PHP_FUNCTION()
1724 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()
1888 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2053 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2111 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2319 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
3730 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()
3731 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/pdo_odbc/
H A Dodbc_stmt.c322 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
386 rc = SQLBindParameter(S->stmt, (SQLUSMALLINT) param->paramno+1, in odbc_stmt_param_hook()

Completed in 16 milliseconds