Lines Matching refs:rownum
1727 SQLLEN rownum; in php_odbc_fetch_hash() local
1735 rownum = pv_row; in php_odbc_fetch_hash()
1755 if (rownum > 0) { in php_odbc_fetch_hash()
1756 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in php_odbc_fetch_hash()
1771 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1772 result->fetched = rownum; in php_odbc_fetch_hash()
1884 SQLLEN rownum = -1; in PHP_FUNCTION() local
1892 rownum = pv_row; in PHP_FUNCTION()
1914 if (rownum > 0) { in PHP_FUNCTION()
1915 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in PHP_FUNCTION()
1928 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1929 result->fetched = rownum; in PHP_FUNCTION()
2033 SQLLEN rownum; in PHP_FUNCTION() local
2047 rownum = pv_row; in PHP_FUNCTION()
2061 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in PHP_FUNCTION()
2074 result->fetched = rownum; in PHP_FUNCTION()