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

/external/sqlite/dist/orig/
H A Dshell.c1412 int iOp; /* Index of operation in p->aiIndent[] */ local
1427 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
1438 int p2op = (p2 + (iOp-iAddr));
1441 if( iOp>=nAlloc ){
1446 abYield[iOp] = str_in_array(zOp, azYield);
1447 p->aiIndent[iOp] = 0;
1448 p->nIndent = iOp+1;
1451 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;
1456 for(i=p2op+1; i<iOp;
[all...]
H A Dsqlite3.c15508 int iOp; /* Instruction number of OP_Function opcode */ member in struct:AuxData
15533 int iOp; /* Instruction number of OP_Function */ member in struct:sqlite3_context
69431 sqlite3VdbeDeleteAuxData(Vdbe *pVdbe, int iOp, int mask) argument
[all...]
/external/sqlite/dist/
H A Dshell.c1418 int iOp; /* Index of operation in p->aiIndent[] */ local
1433 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
1444 int p2op = (p2 + (iOp-iAddr));
1447 if( iOp>=nAlloc ){
1452 abYield[iOp] = str_in_array(zOp, azYield);
1453 p->aiIndent[iOp] = 0;
1454 p->nIndent = iOp+1;
1457 for(i=p2op; i<iOp; i++) p->aiIndent[i] += 2;
1462 for(i=p2op+1; i<iOp;
[all...]
H A Dsqlite3.c15508 int iOp; /* Instruction number of OP_Function opcode */ member in struct:AuxData
15533 int iOp; /* Instruction number of OP_Function */ member in struct:sqlite3_context
69449 sqlite3VdbeDeleteAuxData(Vdbe *pVdbe, int iOp, int mask) argument
[all...]

Completed in 700 milliseconds