Home
last modified time | relevance | path

Searched refs:crow (Results 1 – 1 of 1) sorted by path

/php-src/ext/odbc/
H A Dphp_odbc.c1418 SQLULEN crow; in php_odbc_fetch_hash() local
1447 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in php_odbc_fetch_hash()
1577 SQLULEN crow; in PHP_FUNCTION() local
1611 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION()
1706 SQLULEN crow; in PHP_FUNCTION() local
1738 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION()
1773 SQLULEN crow; in PHP_FUNCTION() local
1828 rc = SQLExtendedFetch(result->stmt, SQL_FETCH_NEXT, 1, &crow,RowStatus); in PHP_FUNCTION()
1981 SQLULEN crow; in PHP_FUNCTION() local
1998 rc = SQLExtendedFetch(result->stmt,SQL_FETCH_NEXT,1,&crow,RowStatus); in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds