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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbe.h92 struct VdbeOpList { struct
98 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
174 int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
H A Dpragma.c365 static const VdbeOpList getCacheSize[] = {
631 static const VdbeOpList setMeta6[] = {
1072 static const VdbeOpList endCode[] = {
1163 static const VdbeOpList idxErr[] = {
1188 static const VdbeOpList cntIdx[] = {
1341 static const VdbeOpList setCookie[] = {
1353 static const VdbeOpList readCookie[] = {
H A Dvdbeblob.c135 static const VdbeOpList openBlob[] = {
259 sqlite3VdbeAddOpList(v, sizeof(openBlob)/sizeof(VdbeOpList), openBlob);
H A Dtrigger.c559 static const VdbeOpList dropTrigger[] = {
H A Dvdbeaux.c478 int sqlite3VdbeAddOpList(Vdbe *p, int nOp, VdbeOpList const *aOp){
487 VdbeOpList const *pIn = aOp;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7962 struct VdbeOpList { struct
7968 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
8230 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c9186 struct VdbeOpList { struct
9192 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c9186 struct VdbeOpList { struct
9192 typedef struct VdbeOpList VdbeOpList; typedef in typeref:struct:VdbeOpList
9462 SQLITE_PRIVATE int sqlite3VdbeAddOpList(Vdbe*, int nOp, VdbeOpList const *aOp, int iLineno);
[all...]

Completed in 468 milliseconds