Home
last modified time | relevance | path

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

/PHP-5.6/ext/odbc/
H A Dphp_odbc.c939 result->longreadlen = flag; in php_odbc_fetch_attribs()
966 result->longreadlen = ODBCG(defaultlrl); in odbc_bindcols()
1786 buf = emalloc(result->longreadlen + 1); in php_odbc_fetch_hash()
1798 Z_STRLEN_P(tmp) = result->longreadlen; in php_odbc_fetch_hash()
1953 Z_STRLEN_P(tmp) = result->longreadlen; in PHP_FUNCTION()
2159 if (result->longreadlen <= 0) { in PHP_FUNCTION()
2162 fieldsize = result->longreadlen; in PHP_FUNCTION()
2171 fieldsize = (result->longreadlen <= 0) ? 4096 : result->longreadlen; in PHP_FUNCTION()
2319 result->longreadlen <= 0) { in PHP_FUNCTION()
2325 buf = emalloc(result->longreadlen); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h251 long longreadlen; member

Completed in 20 milliseconds