Home
last modified time | relevance | path

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

/PHP-7.1/ext/odbc/
H A Dphp_odbc_includes.h53 #define SQLUSMALLINT UWORD macro
74 #define SQLUSMALLINT USHORT macro
149 #ifndef SQLUSMALLINT
150 #define SQLUSMALLINT UWORD macro
167 #define SQLUSMALLINT UWORD macro
H A Dphp_odbc.c441 (SQLUSMALLINT) SQL_COMMIT); in ZEND_GET_MODULE()
951 SQLUSMALLINT colfieldid; in odbc_bindcols()
1516 SQLUSMALLINT max_len; in PHP_FUNCTION()
1727 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()
1881 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2035 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2093 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2282 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
3724 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()
3725 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
[all …]
/PHP-7.1/ext/pdo_odbc/
H A Dodbc_stmt.c323 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
380 rc = SQLBindParameter(S->stmt, (SQLUSMALLINT) param->paramno+1, in odbc_stmt_param_hook()

Completed in 17 milliseconds