Home
last modified time | relevance | path

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

/PHP-5.6/ext/odbc/
H A Dphp_odbc_includes.h249 int fetch_abs; member
H A Dphp_odbc.c1230 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
1237 result->fetch_abs = 0; in PHP_FUNCTION()
1664 result->fetch_abs = 0; in PHP_FUNCTION()
1737 if (result->fetch_abs) { in php_odbc_fetch_hash()
1754 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1896 if (result->fetch_abs) { in PHP_FUNCTION()
1911 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
2040 if (result->fetch_abs) { in PHP_FUNCTION()
2131 if (result->fetch_abs) in PHP_FUNCTION()
2276 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 20 milliseconds