Lines Matching refs:rownum
1684 SQLLEN rownum; in php_odbc_fetch_hash() local
1692 rownum = pv_row; in php_odbc_fetch_hash()
1710 if (rownum > 0) { in php_odbc_fetch_hash()
1711 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in php_odbc_fetch_hash()
1726 if (rownum > 0 && result->fetch_abs) in php_odbc_fetch_hash()
1727 result->fetched = rownum; in php_odbc_fetch_hash()
1841 SQLLEN rownum = -1; in PHP_FUNCTION() local
1849 rownum = pv_row; in PHP_FUNCTION()
1869 if (rownum > 0) { in PHP_FUNCTION()
1870 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in PHP_FUNCTION()
1883 if (rownum > 0 && result->fetch_abs) in PHP_FUNCTION()
1884 result->fetched = rownum; in PHP_FUNCTION()
1988 SQLLEN rownum; in PHP_FUNCTION() local
2002 rownum = pv_row; in PHP_FUNCTION()
2014 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_ABSOLUTE,rownum,&crow,RowStatus); in PHP_FUNCTION()
2027 result->fetched = rownum; in PHP_FUNCTION()