OP_SetCookie     65226 third_party/sqlite/amalgamation/sqlite3.c case OP_SetCookie: {       /* in3 */
OP_SetCookie     75102 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2);
OP_SetCookie     77725 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, reg3);
OP_SetCookie     77727 third_party/sqlite/amalgamation/sqlite3.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_TEXT_ENCODING, reg3);
OP_SetCookie     78151 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, r1);
OP_SetCookie     87926 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
OP_SetCookie     88173 third_party/sqlite/amalgamation/sqlite3.c             { OP_SetCookie,      0,         BTREE_INCR_VACUUM, 1},    /* 5 */
OP_SetCookie     88880 third_party/sqlite/amalgamation/sqlite3.c         { OP_SetCookie,      0,  0,  1},    /* 2 */
OP_SetCookie      608 third_party/sqlite/src/src/alter.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2);
OP_SetCookie      886 third_party/sqlite/src/src/build.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, reg3);
OP_SetCookie      888 third_party/sqlite/src/src/build.c     sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_TEXT_ENCODING, reg3);
OP_SetCookie     1312 third_party/sqlite/src/src/build.c   sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, r1);
OP_SetCookie      390 third_party/sqlite/src/src/pragma.c       sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1);
OP_SetCookie      637 third_party/sqlite/src/src/pragma.c             { OP_SetCookie,      0,         BTREE_INCR_VACUUM, 1},    /* 5 */
OP_SetCookie     1344 third_party/sqlite/src/src/pragma.c         { OP_SetCookie,      0,  0,  1},    /* 2 */
OP_SetCookie     2874 third_party/sqlite/src/src/vdbe.c case OP_SetCookie: {       /* in3 */