Home
last modified time | relevance | path

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

/PHP-5.5/ext/odbc/
H A Dphp_odbc.c929 result->longreadlen = flag; in php_odbc_fetch_attribs()
956 result->longreadlen = ODBCG(defaultlrl); in odbc_bindcols()
1775 buf = emalloc(result->longreadlen + 1); in php_odbc_fetch_hash()
1787 Z_STRLEN_P(tmp) = result->longreadlen; in php_odbc_fetch_hash()
1942 Z_STRLEN_P(tmp) = result->longreadlen; in PHP_FUNCTION()
2148 if (result->longreadlen <= 0) { in PHP_FUNCTION()
2151 fieldsize = result->longreadlen; in PHP_FUNCTION()
2160 fieldsize = (result->longreadlen <= 0) ? 4096 : result->longreadlen; in PHP_FUNCTION()
2308 result->longreadlen <= 0) { in PHP_FUNCTION()
2314 buf = emalloc(result->longreadlen); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h244 long longreadlen; member

Completed in 12 milliseconds