Home
last modified time | relevance | path

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

/PHP-5.4/ext/odbc/
H A Dphp_odbc_includes.h59 #define SQLUSMALLINT UWORD macro
80 #define SQLUSMALLINT USHORT macro
155 #ifndef SQLUSMALLINT
156 #define SQLUSMALLINT UWORD macro
173 #define SQLUSMALLINT UWORD macro
H A Dphp_odbc.c437 (SQLUSMALLINT) SQL_COMMIT); in ZEND_GET_MODULE()
951 SQLUSMALLINT colfieldid; in odbc_bindcols()
1479 SQLUSMALLINT max_len; in PHP_FUNCTION()
1683 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()
1840 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
1995 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2050 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2234 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
3641 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()
3642 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
[all …]
/PHP-5.4/ext/pdo_odbc/
H A Dodbc_stmt.c316 …rc = SQLDescribeParam(S->stmt, (SQLUSMALLINT) param->paramno+1, &sqltype, &precision, &scale, &nul… in odbc_stmt_param_hook()
373 rc = SQLBindParameter(S->stmt, (SQLUSMALLINT) param->paramno+1, in odbc_stmt_param_hook()

Completed in 34 milliseconds