Home
last modified time | relevance | path

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

/PHP-8.3/ext/odbc/
H A Dphp_odbc_includes.h218 int fetch_abs; member
H A Dphp_odbc.c836 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
843 result->fetch_abs = 0; in PHP_FUNCTION()
1243 result->fetch_abs = 0; in PHP_FUNCTION()
1318 if (result->fetch_abs) { in php_odbc_fetch_hash()
1335 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1483 if (result->fetch_abs) { in PHP_FUNCTION()
1498 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1634 if (result->fetch_abs) { in PHP_FUNCTION()
1727 if (result->fetch_abs) in PHP_FUNCTION()
1898 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds