Home
last modified time | relevance | path

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

/PHP-5.5/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.c437 (SQLUSMALLINT) SQL_COMMIT); in ZEND_GET_MODULE()
951 SQLUSMALLINT colfieldid; in odbc_bindcols()
1496 SQLUSMALLINT max_len; in PHP_FUNCTION()
1700 SQLUSMALLINT RowStatus[1]; in php_odbc_fetch_hash()
1857 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2012 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2067 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
2251 SQLUSMALLINT RowStatus[1]; in PHP_FUNCTION()
3658 type = (SQLUSMALLINT) vtype; in PHP_FUNCTION()
3659 scope = (SQLUSMALLINT) vscope; in PHP_FUNCTION()
[all …]
/PHP-5.5/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 16 milliseconds