Home
last modified time | relevance | path

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

/PHP-7.1/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.c1723 SQLSMALLINT sql_c_type; in php_odbc_fetch_hash() local
1779 sql_c_type = SQL_C_CHAR; in php_odbc_fetch_hash()
1790 sql_c_type = SQL_C_BINARY; in php_odbc_fetch_hash()
1875 SQLSMALLINT sql_c_type; in PHP_FUNCTION() local
1933 sql_c_type = SQL_C_CHAR; in PHP_FUNCTION()
1943 if (result->binmode == 1) sql_c_type = SQL_C_BINARY; in PHP_FUNCTION()
2085 SQLSMALLINT sql_c_type = SQL_C_CHAR; in PHP_FUNCTION() local
2166 sql_c_type = SQL_C_BINARY; in PHP_FUNCTION()
2240 fieldsize = (sql_c_type == SQL_C_CHAR) ? 4096 : 4095; in PHP_FUNCTION()
2279 SQLSMALLINT sql_c_type; in PHP_FUNCTION() local
[all …]

Completed in 31 milliseconds