Lines Matching refs:VdbeOpList
8224 struct VdbeOpList { struct
8230 typedef struct VdbeOpList VdbeOpList; argument
8492 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
58033 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){
58042 VdbeOpList const *pIn = aOp;
69045 static const VdbeOpList openBlob[] = {
69169 sqlite3VdbeAddOpList(v, sizeof(openBlob)/sizeof(VdbeOpList), openBlob);
88449 static const VdbeOpList getCacheSize[] = {
88715 static const VdbeOpList setMeta6[] = {
89156 static const VdbeOpList endCode[] = {
89247 static const VdbeOpList idxErr[] = {
89272 static const VdbeOpList cntIdx[] = {
89425 static const VdbeOpList setCookie[] = {
89437 static const VdbeOpList readCookie[] = {
95694 static const VdbeOpList dropTrigger[] = {