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

/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c8258 struct VdbeOpList { struct
8264 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
8530 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c15632 struct VdbeOpList { struct
15638 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
15967 SQLITE_PRIVATE VdbeOp *sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp,int iLineno);
[all...]

Completed in 1129 milliseconds