Searched refs:crow (Results 1 – 1 of 1) sorted by relevance
/PHP-5.4/ext/odbc/ |
H A D | php_odbc.c | 1682 SQLULEN crow; in php_odbc_fetch_hash() local 1713 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in php_odbc_fetch_hash() 1839 SQLULEN crow; in PHP_FUNCTION() local 1872 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 1994 SQLULEN crow; in PHP_FUNCTION() local 2016 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() 2049 SQLULEN crow; in PHP_FUNCTION() local 2104 rc = SQLExtendedFetch(result->stmt, SQL_FETCH_NEXT, 1, &crow,RowStatus); in PHP_FUNCTION() 2233 SQLULEN crow; in PHP_FUNCTION() local 2249 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION() [all …]
|
Completed in 11 milliseconds