Home
last modified time | relevance | path

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

/PHP-8.0/ext/odbc/
H A Dphp_odbc_includes.h212 int fetch_abs; member
H A Dphp_odbc.c904 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
911 result->fetch_abs = 0; in PHP_FUNCTION()
1310 result->fetch_abs = 0; in PHP_FUNCTION()
1385 if (result->fetch_abs) { in php_odbc_fetch_hash()
1402 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1549 if (result->fetch_abs) { in PHP_FUNCTION()
1564 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1698 if (result->fetch_abs) { in PHP_FUNCTION()
1791 if (result->fetch_abs) in PHP_FUNCTION()
1959 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 14 milliseconds