Lines Matching refs:VdbeOpList
17589 struct VdbeOpList { struct
17595 typedef struct VdbeOpList VdbeOpList; argument
17944 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
88867 VdbeOpList const *aOp, /* The opcodes to be added */
106103 static const VdbeOpList openBlob[] = {
139148 static const VdbeOpList autoInc[] = {
139215 static const VdbeOpList autoIncEnd[] = {
145123 static const VdbeOpList getCacheSize[] = {
145392 static const VdbeOpList setMeta6[] = {
146765 static const VdbeOpList endCode[] = {
146897 static const VdbeOpList setCookie[] = {
146917 static const VdbeOpList readCookie[] = {