OP_ReadCookie    65197 third_party/sqlite/amalgamation/sqlite3.c case OP_ReadCookie: {               /* out2-prerelease */
OP_ReadCookie    75098 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
OP_ReadCookie    77719 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
OP_ReadCookie    87903 third_party/sqlite/amalgamation/sqlite3.c       { OP_ReadCookie,  0, 1,        BTREE_DEFAULT_CACHE_SIZE},  /* 1 */
OP_ReadCookie    88169 third_party/sqlite/amalgamation/sqlite3.c             { OP_ReadCookie,     0,         1,         BTREE_LARGEST_ROOT_PAGE},
OP_ReadCookie    88891 third_party/sqlite/amalgamation/sqlite3.c         { OP_ReadCookie,      0,  1,  0},    /* 1 */
OP_ReadCookie     604 third_party/sqlite/src/src/alter.c     sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
OP_ReadCookie     880 third_party/sqlite/src/src/build.c     sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
OP_ReadCookie     367 third_party/sqlite/src/src/pragma.c       { OP_ReadCookie,  0, 1,        BTREE_DEFAULT_CACHE_SIZE},  /* 1 */
OP_ReadCookie     633 third_party/sqlite/src/src/pragma.c             { OP_ReadCookie,     0,         1,         BTREE_LARGEST_ROOT_PAGE},
OP_ReadCookie    1355 third_party/sqlite/src/src/pragma.c         { OP_ReadCookie,      0,  1,  0},    /* 1 */
OP_ReadCookie    2847 third_party/sqlite/src/src/vdbe.c case OP_ReadCookie: {               /* out2-prerelease */