Searched refs:crow (Results 1 – 1 of 1) sorted by relevance
/PHP-7.1/ext/odbc/ |
H A D | php_odbc.c | 1726 SQLULEN crow; in php_odbc_fetch_hash() local 1759 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in php_odbc_fetch_hash() 1880 SQLULEN crow; in PHP_FUNCTION() local 1915 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 2034 SQLULEN crow; in PHP_FUNCTION() local 2058 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 2092 SQLULEN crow; in PHP_FUNCTION() local 2149 rc = SQLExtendedFetch(result->stmt, SQL_FETCH_NEXT, 1, &crow,RowStatus); in PHP_FUNCTION() 2281 SQLULEN crow; in PHP_FUNCTION() local 2299 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() [all …]
|
Completed in 17 milliseconds