Home | History | Annotate | Download | only in dist

Lines Matching defs:VdbeOpList

9186 struct VdbeOpList {
9192 typedef struct VdbeOpList VdbeOpList;
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
62792 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno){
62801 VdbeOpList const *pIn = aOp;
74687 static const VdbeOpList openBlob[] = {
99049 static const VdbeOpList getCacheSize[] = {
99312 static const VdbeOpList setMeta6[] = {
100017 static const VdbeOpList endCode[] = {
100357 static const VdbeOpList setCookie[] = {
100369 static const VdbeOpList readCookie[] = {
107648 static const VdbeOpList dropTrigger[] = {