VdbeOp 7943 third_party/sqlite/amalgamation/sqlite3.c typedef struct VdbeOp VdbeOp; VdbeOp 7950 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *aOp; /* Array of opcodes for sub-program */ VdbeOp 8239 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe*, int); VdbeOp 8260 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*); VdbeOp 12240 third_party/sqlite/amalgamation/sqlite3.c typedef struct VdbeOp Op; VdbeOp 57237 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pNew; VdbeOp 57265 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp; VdbeOp 57586 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VdbeOp *sqlite3VdbeTakeOpArray(Vdbe *p, int *pnOp, int *pnMaxArg){ VdbeOp 57587 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *aOp = p->aOp; VdbeOp 57615 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOut = &p->aOp[i+addr]; VdbeOp 57792 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp = &p->aOp[addr]; VdbeOp 57952 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE VdbeOp *sqlite3VdbeGetOp(Vdbe *p, int addr){ VdbeOp 57955 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOp dummy; /* Ignore the MSVC warning about no initializer */ VdbeOp 57959 third_party/sqlite/amalgamation/sqlite3.c if( p->nOp==0 ) return (VdbeOp*)&dummy; VdbeOp 57965 third_party/sqlite/amalgamation/sqlite3.c return (VdbeOp*)&dummy; VdbeOp 58437 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp; VdbeOp 58454 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp; VdbeOp 84628 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp = sqlite3VdbeGetOp(v, i); VdbeOp 85375 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp; VdbeOp 102608 third_party/sqlite/amalgamation/sqlite3.c VdbeOp *pOp; VdbeOp 145 third_party/sqlite/src/src/insert.c VdbeOp *pOp = sqlite3VdbeGetOp(v, i); VdbeOp 892 third_party/sqlite/src/src/insert.c VdbeOp *pOp; VdbeOp 73 third_party/sqlite/src/src/vdbe.h typedef struct VdbeOp VdbeOp; VdbeOp 80 third_party/sqlite/src/src/vdbe.h VdbeOp *aOp; /* Array of opcodes for sub-program */ VdbeOp 183 third_party/sqlite/src/src/vdbe.h VdbeOp *sqlite3VdbeGetOp(Vdbe*, int); VdbeOp 204 third_party/sqlite/src/src/vdbe.h VdbeOp *sqlite3VdbeTakeOpArray(Vdbe*, int*, int*); VdbeOp 26 third_party/sqlite/src/src/vdbeInt.h typedef struct VdbeOp Op; VdbeOp 112 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pNew; VdbeOp 140 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pOp; VdbeOp 461 third_party/sqlite/src/src/vdbeaux.c VdbeOp *sqlite3VdbeTakeOpArray(Vdbe *p, int *pnOp, int *pnMaxArg){ VdbeOp 462 third_party/sqlite/src/src/vdbeaux.c VdbeOp *aOp = p->aOp; VdbeOp 490 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pOut = &p->aOp[i+addr]; VdbeOp 667 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pOp = &p->aOp[addr]; VdbeOp 827 third_party/sqlite/src/src/vdbeaux.c VdbeOp *sqlite3VdbeGetOp(Vdbe *p, int addr){ VdbeOp 830 third_party/sqlite/src/src/vdbeaux.c static const VdbeOp dummy; /* Ignore the MSVC warning about no initializer */ VdbeOp 834 third_party/sqlite/src/src/vdbeaux.c if( p->nOp==0 ) return (VdbeOp*)&dummy; VdbeOp 840 third_party/sqlite/src/src/vdbeaux.c return (VdbeOp*)&dummy; VdbeOp 1312 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pOp; VdbeOp 1329 third_party/sqlite/src/src/vdbeaux.c VdbeOp *pOp; VdbeOp 4954 third_party/sqlite/src/src/where.c VdbeOp *pOp;