Home
last modified time | relevance | path

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

/php-src/ext/odbc/
H A Dphp_odbc_includes.h224 int fetch_abs; member
H A Dphp_odbc.c938 if ((result->fetch_abs = (scrollopts & SQL_FD_FETCH_ABSOLUTE))) { in PHP_FUNCTION()
945 result->fetch_abs = 0; in PHP_FUNCTION()
1333 result->fetch_abs = 0; in PHP_FUNCTION()
1404 if (result->fetch_abs) { in php_odbc_fetch_hash()
1428 if (!pv_row_is_null && pv_row > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1575 if (result->fetch_abs) { in PHP_FUNCTION()
1597 if (!pv_row_is_null && pv_row > 0 && result->fetch_abs) in PHP_FUNCTION()
1709 if (result->fetch_abs) { in PHP_FUNCTION()
1809 if (result->fetch_abs) in PHP_FUNCTION()
1986 if (result->fetch_abs) in PHP_FUNCTION()
[all …]

Completed in 12 milliseconds