/external/chromium_org/third_party/sqlite/src/src/ |
H A D | test_loadext.c | 54 int nOp = sizeof(aOp)/sizeof(aOp[0]); local 56 for(i=0; i<nOp; i++){ 62 if( i>=nOp ){
|
H A D | vdbeaux.c | 142 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 D | vdbe.h | 81 int nOp; /* Elements in aOp[] */ member in struct:SubProgram 174 int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
|
H A D | vdbeInt.h | 112 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 D | vdbe.c | 596 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 D | trigger.c | 891 pProgram->aOp = sqlite3VdbeTakeOpArray(v, &pProgram->nOp, &pTop->nMaxArg);
|
H A D | vdbeapi.c | 1185 for(j=0, pOp=p->aOp; j<p->nOp; j++, pOp++){
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
H A D | sqlite3.c | 7966 int nOp; /* Elements in aOp[] */ member in struct:SubProgram 8245 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp); 12341 int nOp; /* Size of aOp array */ member in struct:VdbeFrame 12505 int nOp; /* Number of instructions in the program */ member in struct:Vdbe 57605 int nOp; local 57782 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp) argument 57943 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument 58615 int nOp = p->nOp; local 58632 int nOp = p->nOp; local [all...] |
/external/sqlite/dist/orig/ |
H A D | sqlite3.c | 8501 int nOp; /* Elements in aOp[] */ member in struct:SubProgram 8785 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp); 12954 int nOp; /* Size of aOp array */ member in struct:VdbeFrame 13126 int nOp; /* Number of instructions in the program */ member in struct:Vdbe 59816 int nOp; local 59999 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp) argument 60157 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument 60833 int nOp = p->nOp; local 60850 int nOp = p->nOp; local [all...] |
/external/sqlite/dist/ |
H A D | sqlite3.c | 8501 int nOp; /* Elements in aOp[] */ member in struct:SubProgram 8785 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp); 12954 int nOp; /* Size of aOp array */ member in struct:VdbeFrame 13126 int nOp; /* Number of instructions in the program */ member in struct:Vdbe 59844 int nOp; local 60027 sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp) argument 60185 vdbeFreeOpArray(sqlite3 *db, Op *aOp, int nOp) argument 60861 int nOp = p->nOp; local 60878 int nOp = p->nOp; local [all...] |