Searched refs:OP_ReadCookie (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpragma.c367 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
633 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
1355 { OP_ReadCookie, 0, 1, 0}, /* 1 */
H A Dalter.c604 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
H A Dbuild.c883 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
H A Dvdbe.c2847 case OP_ReadCookie: { /* out2-prerelease */
2884 /* See note about index shifting on OP_ReadCookie */
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8112 #define OP_ReadCookie 35 macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8650 #define OP_ReadCookie 36 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8650 #define OP_ReadCookie 36 macro
[all...]

Completed in 577 milliseconds