Home
last modified time | relevance | path

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

/PHP-7.0/ext/sqlite3/libsqlite/
H A Dsqlite3.c12628 #define OP_ReadCookie 100 macro
80348 case OP_ReadCookie: { /* out2 */
94551 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, r1, BTREE_FILE_FORMAT);
98375 sqlite3VdbeAddOp3(v, OP_ReadCookie, iDb, reg3, BTREE_FILE_FORMAT);
111072 { OP_ReadCookie, 0, 1, BTREE_DEFAULT_CACHE_SIZE}, /* 1 */
111330 { OP_ReadCookie, 0, 1, BTREE_LARGEST_ROOT_PAGE},
112400 { OP_ReadCookie, 0, 1, 0}, /* 1 */

Completed in 694 milliseconds