Home
last modified time | relevance | path

Searched refs:VdbeOpList (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbe.h99 struct VdbeOpList { struct
105 typedef struct VdbeOpList VdbeOpList; typedef
206 VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
H A Dpragma.c511 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()
H A Dvdbeblob.c266 static const VdbeOpList openBlob[] = { in sqlite3_blob_open()
H A Dinsert.c468 static const VdbeOpList autoInc[] = { in sqlite3AutoincrementBegin()
535 static const VdbeOpList autoIncEnd[] = { in autoIncrementEnd()
H A Dvdbeaux.c1064 VdbeOpList const *aOp, /* The opcodes to be added */ in sqlite3VdbeAddOpList()