Searched refs:iOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c12961 int iOp; /* Index of operation in p->aiIndent[] */ local
12982 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
12993 int p2op = (p2 + (iOp-iAddr));
12996 if( iOp>=nAlloc ){
12997 if( iOp==0 ){
13017 abYield[iOp] = str_in_array(zOp, azYield);
13018 p->aiIndent[iOp] = 0;
13019 p->nIndent = iOp+1;
13022 for(i=p2op; i<iOp;
[all...]
H A Dsqlite3.c21321 int iOp; /* Instruction number of OP_Function */ member in struct:sqlite3_context
81782 sqlite3VdbeDeleteAuxData(sqlite3 *db, AuxData **pp, int iOp, int mask) argument
[all...]

Completed in 534 milliseconds