Home
last modified time | relevance | path

Searched refs:sql_c_type (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/odbc/
H A Dbirdstep.c466 int i,sql_c_type; in PHP_FUNCTION() local
518 sql_c_type = SQL_C_BINARY; in PHP_FUNCTION()
521 sql_c_type = SQL_C_CHAR; in PHP_FUNCTION()
526 stat = SQLGetData(res->hstmt,indx+1,sql_c_type, in PHP_FUNCTION()
H A Dphp_odbc.c1696 SQLSMALLINT sql_c_type; in php_odbc_fetch_hash() local
1753 sql_c_type = SQL_C_CHAR; in php_odbc_fetch_hash()
1764 sql_c_type = SQL_C_BINARY; in php_odbc_fetch_hash()
1851 SQLSMALLINT sql_c_type; in PHP_FUNCTION() local
1910 sql_c_type = SQL_C_CHAR; in PHP_FUNCTION()
1920 if (result->binmode == 1) sql_c_type = SQL_C_BINARY; in PHP_FUNCTION()
2059 SQLSMALLINT sql_c_type = SQL_C_CHAR; in PHP_FUNCTION() local
2138 sql_c_type = SQL_C_BINARY; in PHP_FUNCTION()
2209 fieldsize = (sql_c_type == SQL_C_CHAR) ? 4096 : 4095; in PHP_FUNCTION()
2248 SQLSMALLINT sql_c_type; in PHP_FUNCTION() local
[all …]

Completed in 16 milliseconds