Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14940 #define OP_ReadCookie 94 macro
86932 case OP_ReadCookie: { /* out2 */
102725 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
107867 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
121648 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
121906 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
123016 { OP_ReadCookie, 0, 1, 0}, /* 1 */

Completed in 397 milliseconds