Home
last modified time | relevance | path

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

/PHP-7.1/ext/odbc/
H A Dphp_odbc_includes.h249 int fetch_abs; member
H A Dphp_odbc.c1236 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
1243 result->fetch_abs = 0; in PHP_FUNCTION()
1680 result->fetch_abs = 0; in PHP_FUNCTION()
1755 if (result->fetch_abs) { in php_odbc_fetch_hash()
1772 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1911 if (result->fetch_abs) { in PHP_FUNCTION()
1926 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
2054 if (result->fetch_abs) { in PHP_FUNCTION()
2148 if (result->fetch_abs) in PHP_FUNCTION()
2298 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 15 milliseconds