Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c14941 #define OP_SetCookie 95 macro
86961 case OP_SetCookie: {
102730 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, 3);
107872 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, fileFormat);
107873 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_TEXT_ENCODING, ENC(db));
108391 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION,
121670 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, size);
121909 { OP_SetCookie, 0, BTREE_INCR_VACUUM, 0}, /* 4 */
123002 { OP_SetCookie, 0, 0, 0}, /* 1 */

Completed in 365 milliseconds