Home
last modified time | relevance | path

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

/PHP-5.3/ext/odbc/
H A Dphp_odbc_includes.h247 int fetch_abs; member
H A Dphp_odbc.c1179 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
1186 result->fetch_abs = 0; in PHP_FUNCTION()
1620 result->fetch_abs = 0; in PHP_FUNCTION()
1693 if (result->fetch_abs) { in php_odbc_fetch_hash()
1710 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1849 if (result->fetch_abs) { in PHP_FUNCTION()
1864 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1989 if (result->fetch_abs) { in PHP_FUNCTION()
2080 if (result->fetch_abs) in PHP_FUNCTION()
2218 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 56 milliseconds