Searched refs:VdbeOpList (Results 1 – 5 of 5) sorted by relevance
99 struct VdbeOpList { struct105 typedef struct VdbeOpList VdbeOpList; typedef206 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
511 static const VdbeOpList getCacheSize[] = { in sqlite3Pragma()780 static const VdbeOpList setMeta6[] = { in sqlite3Pragma()2028 static const VdbeOpList endCode[] = { in sqlite3Pragma()2160 static const VdbeOpList setCookie[] = { in sqlite3Pragma()2180 static const VdbeOpList readCookie[] = { in sqlite3Pragma()
266 static const VdbeOpList openBlob[] = { in sqlite3_blob_open()
468 static const VdbeOpList autoInc[] = { in sqlite3AutoincrementBegin()535 static const VdbeOpList autoIncEnd[] = { in autoIncrementEnd()
1064 VdbeOpList const *aOp, /* The opcodes to be added */ in sqlite3VdbeAddOpList()