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

/external/sqlite/dist/orig/
H A Dshell.c9353 int iOp; /* Index of operation in p->aiIndent[] */ local
9375 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
9386 int p2op = (p2 + (iOp-iAddr));
9389 if( iOp>=nAlloc ){
9390 if( iOp==0 ){
9408 abYield[iOp] = str_in_array(zOp, azYield);
9409 p->aiIndent[iOp] = 0;
9410 p->nIndent = iOp+1;
9413 for(i=p2op; i<iOp;
[all...]
H A Dsqlite3.c18952 int iOp; /* Instruction number of OP_Function */ member in struct:sqlite3_context
75959 sqlite3VdbeDeleteAuxData(sqlite3 *db, AuxData **pp, int iOp, int mask) argument
[all...]
/external/sqlite/dist/
H A Dshell.c9359 int iOp; /* Index of operation in p->aiIndent[] */ local
9381 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
9392 int p2op = (p2 + (iOp-iAddr));
9395 if( iOp>=nAlloc ){
9396 if( iOp==0 ){
9414 abYield[iOp] = str_in_array(zOp, azYield);
9415 p->aiIndent[iOp] = 0;
9416 p->nIndent = iOp+1;
9419 for(i=p2op; i<iOp;
[all...]
H A Dsqlite3.c18952 int iOp; /* Instruction number of OP_Function */ member in struct:sqlite3_context
75959 sqlite3VdbeDeleteAuxData(sqlite3 *db, AuxData **pp, int iOp, int mask) argument
[all...]

Completed in 515 milliseconds