VdbeOpList 7968 third_party/sqlite/amalgamation/sqlite3.c typedef struct VdbeOpList VdbeOpList; VdbeOpList 8230 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp); VdbeOpList 57603 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ VdbeOpList 57612 third_party/sqlite/amalgamation/sqlite3.c VdbeOpList const *pIn = aOp; VdbeOpList 68563 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList openBlob[] = { VdbeOpList 68687 third_party/sqlite/amalgamation/sqlite3.c sqlite3VdbeAddOpList(v, sizeof(openBlob)/sizeof(VdbeOpList), openBlob); VdbeOpList 87901 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList getCacheSize[] = { VdbeOpList 88167 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList setMeta6[] = { VdbeOpList 88608 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList endCode[] = { VdbeOpList 88699 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList idxErr[] = { VdbeOpList 88724 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList cntIdx[] = { VdbeOpList 88877 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList setCookie[] = { VdbeOpList 88889 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList readCookie[] = { VdbeOpList 95145 third_party/sqlite/amalgamation/sqlite3.c static const VdbeOpList dropTrigger[] = { VdbeOpList 365 third_party/sqlite/src/src/pragma.c static const VdbeOpList getCacheSize[] = { VdbeOpList 631 third_party/sqlite/src/src/pragma.c static const VdbeOpList setMeta6[] = { VdbeOpList 1072 third_party/sqlite/src/src/pragma.c static const VdbeOpList endCode[] = { VdbeOpList 1163 third_party/sqlite/src/src/pragma.c static const VdbeOpList idxErr[] = { VdbeOpList 1188 third_party/sqlite/src/src/pragma.c static const VdbeOpList cntIdx[] = { VdbeOpList 1341 third_party/sqlite/src/src/pragma.c static const VdbeOpList setCookie[] = { VdbeOpList 1353 third_party/sqlite/src/src/pragma.c static const VdbeOpList readCookie[] = { VdbeOpList 559 third_party/sqlite/src/src/trigger.c static const VdbeOpList dropTrigger[] = { VdbeOpList 98 third_party/sqlite/src/src/vdbe.h typedef struct VdbeOpList VdbeOpList; VdbeOpList 174 third_party/sqlite/src/src/vdbe.h int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp); VdbeOpList 478 third_party/sqlite/src/src/vdbeaux.c int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){ VdbeOpList 487 third_party/sqlite/src/src/vdbeaux.c VdbeOpList const *pIn = aOp; VdbeOpList 135 third_party/sqlite/src/src/vdbeblob.c static const VdbeOpList openBlob[] = { VdbeOpList 259 third_party/sqlite/src/src/vdbeblob.c sqlite3VdbeAddOpList(v, sizeof(openBlob)/sizeof(VdbeOpList), openBlob);