Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c96147 int iScan, /* Index of loop to report on */ argument
96174 if( iScan<0 ){
96187 idx = iScan;
96194 iScan--;
96195 if( iScan<0 ) break;
96301 int iScan, /* Index of loop to report on */ argument
96305 return sqlite3_stmt_scanstatus_v2(pStmt, iScan, iScanStatusOp, 0, pOut);