Home
last modified time | relevance | path

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

/PHP-5.4/ext/odbc/
H A Dphp_odbc.c929 result->longreadlen = flag; in php_odbc_fetch_attribs()
958 result->longreadlen = ODBCG(defaultlrl); in odbc_bindcols()
1758 buf = emalloc(result->longreadlen + 1); in php_odbc_fetch_hash()
1770 Z_STRLEN_P(tmp) = result->longreadlen; in php_odbc_fetch_hash()
1925 Z_STRLEN_P(tmp) = result->longreadlen; in PHP_FUNCTION()
2131 if (result->longreadlen <= 0) { in PHP_FUNCTION()
2134 fieldsize = result->longreadlen; in PHP_FUNCTION()
2143 fieldsize = (result->longreadlen <= 0) ? 4096 : result->longreadlen; in PHP_FUNCTION()
2291 result->longreadlen <= 0) { in PHP_FUNCTION()
2297 buf = emalloc(result->longreadlen); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h250 long longreadlen; member

Completed in 22 milliseconds