Lines Matching defs:VdbeOpList
16544 struct VdbeOpList {
16550 typedef struct VdbeOpList VdbeOpList;
16894 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
85980 VdbeOpList const *aOp, /* The opcodes to be added */
102548 static const VdbeOpList openBlob[] = {
133365 static const VdbeOpList autoInc[] = {
133432 static const VdbeOpList autoIncEnd[] = {
139263 static const VdbeOpList getCacheSize[] = {
139532 static const VdbeOpList setMeta6[] = {
140894 static const VdbeOpList endCode[] = {
141026 static const VdbeOpList setCookie[] = {
141046 static const VdbeOpList readCookie[] = {