Searched refs:nOp (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_loadext.c54 int nOp = sizeof(aOp)/sizeof(aOp[0]); local
56 for(i=0; i<nOp; i++){
62 if( i>=nOp ){
H A Dvdbeaux.c142 i = p->nOp;
150 p->nOp++;
260 p->aLabel[j] = p->nOp;
301 int nOp; local
307 nOp = v->nOp;
310 nOp = p->apSub[p->iSub-1]->nOp;
312 assert( p->iAddr<nOp );
316 if( p->iAddr==nOp ){
478 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp) argument
639 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
1311 int nOp = p->nOp; local
1328 int nOp = p->nOp; local
[all...]
H A Dvdbe.h81 int nOp; /* Elements in aOp[] */ member in struct:SubProgram
174 int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
H A DvdbeInt.h112 int nOp; /* Size of aOp array */ member in struct:VdbeFrame
276 int nOp; /* Number of instructions in the program */ member in struct:Vdbe
H A Dvdbe.c596 for(i=0; i<p->nOp; i++){
603 assert( pc>=0 && pc<p->nOp );
4242 assert( pOp->p2>0 && pOp->p2<p->nOp );
4920 assert( pProgram->nOp>0 );
4976 pFrame->nOp = p->nOp;
5002 p->nOp = pProgram->nOp;
5908 assert( pc>=-1 && pc<p->nOp );
H A Dtrigger.c891 pProgram->aOp = sqlite3VdbeTakeOpArray(v, &pProgram->nOp, &pTop->nMaxArg);
H A Dvdbeapi.c1185 for(j=0, pOp=p->aOp; j<p->nOp; j++, pOp++){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7951 int nOp; /* Elements in aOp[] */ member in struct:SubProgram
8230 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
12326 int nOp; /* Size of aOp array */ member in struct:VdbeFrame
12490 int nOp; /* Number of instructions in the program */ member in struct:Vdbe
57426 int nOp; local
57603 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp) argument
57764 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
58436 int nOp = p->nOp; local
58453 int nOp = p->nOp; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9174 int nOp; /* Elements in aOp[] */ member in struct:SubProgram
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
14001 int nOp; /* Size of aOp array */ member in struct:VdbeFrame
14179 int nOp; /* Number of instructions in the program */ member in struct:Vdbe
62310 growOpArray(Vdbe *v, int nOp) argument
62553 int nOp; local
62772 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno) argument
62933 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
63715 int nOp = p->nOp; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9174 int nOp; /* Elements in aOp[] */ member in struct:SubProgram
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
14001 int nOp; /* Size of aOp array */ member in struct:VdbeFrame
14179 int nOp; /* Number of instructions in the program */ member in struct:Vdbe
62330 growOpArray(Vdbe *v, int nOp) argument
62573 int nOp; local
62792 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno) argument
62953 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument
63735 int nOp = p->nOp; local
[all...]

Completed in 3341 milliseconds