Searched refs:crow (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/odbc/ |
H A D | php_odbc.c | 1710 SQLULEN crow; in php_odbc_fetch_hash() local 1741 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in php_odbc_fetch_hash() 1867 SQLULEN crow; in PHP_FUNCTION() local 1900 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 2022 SQLULEN crow; in PHP_FUNCTION() local 2044 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 2077 SQLULEN crow; in PHP_FUNCTION() local 2132 rc = SQLExtendedFetch(result->stmt, SQL_FETCH_NEXT, 1, &crow,RowStatus); in PHP_FUNCTION() 2261 SQLULEN crow; in PHP_FUNCTION() local 2277 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() [all …]
|
Completed in 10 milliseconds