Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c17589 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[] = {
[all …]