Home
last modified time | relevance | path

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

/PHP-8.3/ext/odbc/tests/
H A Dodbc_longreadlen_001.phpt13 odbc_exec($conn, "CREATE TABLE longreadlen (id INT, whatever VARBINARY(50))");
14 odbc_exec($conn, "INSERT INTO longreadlen VALUES (1, CONVERT(VARBINARY(50), 'whatever'))");
16 $res = odbc_exec($conn, "SELECT * FROM longreadlen");
28 odbc_exec($conn, "DROP TABLE longreadlen");
/PHP-8.3/ext/odbc/
H A Dphp_odbc.c528 result->longreadlen = flag; in php_odbc_fetch_attribs()
549 result->longreadlen = ODBCG(defaultlrl); in odbc_bindcols()
1365 buf = emalloc(result->longreadlen + 1); in php_odbc_fetch_hash()
1377 ZVAL_STRINGL(&tmp, buf, result->longreadlen); in php_odbc_fetch_hash()
1529 buf = emalloc(result->longreadlen + 1); in PHP_FUNCTION()
1758 if (result->longreadlen <= 0) { in PHP_FUNCTION()
1761 fieldsize = result->longreadlen; in PHP_FUNCTION()
1770 fieldsize = (result->longreadlen <= 0) ? 4096 : result->longreadlen; in PHP_FUNCTION()
1944 result->longreadlen <= 0) { in PHP_FUNCTION()
1950 buf = emalloc(result->longreadlen); in PHP_FUNCTION()
[all …]
H A Dphp_odbc_includes.h220 zend_long longreadlen; member

Completed in 45 milliseconds