Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c8258 struct VdbeOpList { struct
8264 typedef struct VdbeOpList VdbeOpList; argument
8530 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
58796 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){
58805 VdbeOpList const *pIn = aOp;
69942 static const VdbeOpList openBlob[] = {
70066 sqlite3VdbeAddOpList(v, sizeof(openBlob)/sizeof(VdbeOpList), openBlob);
90326 static const VdbeOpList getCacheSize[] = {
90592 static const VdbeOpList setMeta6[] = {
91033 static const VdbeOpList endCode[] = {
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c9779 struct VdbeOpList { struct
9785 typedef struct VdbeOpList VdbeOpList; argument
10059 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
66484 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp, int iLineno){
66493 VdbeOpList const *pIn = aOp;
78899 static const VdbeOpList openBlob[] = {
105144 static const VdbeOpList getCacheSize[] = {
105407 static const VdbeOpList setMeta6[] = {
106148 static const VdbeOpList endCode[] = {
106474 static const VdbeOpList setCookie[] = {
[all …]