Home
last modified time | relevance | path

Searched refs:iScan (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c95989 int iScan, /* Index of loop to report on */ argument
96016 if( iScan<0 ){
96029 idx = iScan;
96036 iScan--;
96037 if( iScan<0 ) break;
96143 int iScan, /* Index of loop to report on */ argument
96147 return sqlite3_stmt_scanstatus_v2(pStmt, iScan, iScanStatusOp, 0, pOut);