Searched refs:crow (Results 1 – 1 of 1) sorted by relevance
/PHP-8.3/ext/odbc/ |
H A D | php_odbc.c | 1289 SQLULEN crow; in php_odbc_fetch_hash() local 1322 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in php_odbc_fetch_hash() 1451 SQLULEN crow; in PHP_FUNCTION() local 1487 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 1616 SQLULEN crow; in PHP_FUNCTION() local 1638 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 1672 SQLULEN crow; in PHP_FUNCTION() local 1728 rc = SQLExtendedFetch(result->stmt, SQL_FETCH_NEXT, 1, &crow,RowStatus); in PHP_FUNCTION() 1881 SQLULEN crow; in PHP_FUNCTION() local 1899 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() [all …]
|
Completed in 42 milliseconds