Home
last modified time | relevance | path

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

/PHP-8.1/ext/odbc/
H A Dphp_odbc_includes.h212 int fetch_abs; member
H A Dphp_odbc.c908 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
915 result->fetch_abs = 0; in PHP_FUNCTION()
1315 result->fetch_abs = 0; in PHP_FUNCTION()
1390 if (result->fetch_abs) { in php_odbc_fetch_hash()
1407 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1555 if (result->fetch_abs) { in PHP_FUNCTION()
1570 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1706 if (result->fetch_abs) { in PHP_FUNCTION()
1799 if (result->fetch_abs) in PHP_FUNCTION()
1970 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds