Searched refs:OP_SetCookie (Results 1 – 5 of 5) sorted by relevance
/PHP-5.3/ext/sqlite/libsqlite/src/ |
H A D | opcodes.h | 61 #define OP_SetCookie 60 macro
|
H A D | pragma.c | 221 sqliteVdbeAddOp(v, OP_SetCookie, 0, 2); in sqlitePragma() 314 sqliteVdbeAddOp(v, OP_SetCookie, 0, 2); in sqlitePragma() 316 sqliteVdbeAddOp(v, OP_SetCookie, 0, 3); in sqlitePragma() 549 sqliteVdbeAddOp(v, OP_SetCookie, 0, 5); in sqlitePragma()
|
H A D | build.c | 538 sqliteVdbeAddOp(v, OP_SetCookie, 0, 1); in sqliteStartTable() 783 sqliteVdbeAddOp(v, OP_SetCookie, 0, 0); in sqliteChangeCookie()
|
H A D | vdbe.c | 2293 case OP_SetCookie: { in sqliteVdbeExec()
|
/PHP-5.3/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 8360 #define OP_SetCookie 36 macro 65693 case OP_SetCookie: { /* in3 */ 75589 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, r2); 78224 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_FILE_FORMAT, reg3); 78226 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_TEXT_ENCODING, reg3); 78650 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_SCHEMA_VERSION, r1); 88474 sqlite3VdbeAddOp3(v, OP_SetCookie, iDb, BTREE_DEFAULT_CACHE_SIZE, 1); 88721 { OP_SetCookie, 0, BTREE_INCR_VACUUM, 1}, /* 5 */ 89428 { OP_SetCookie, 0, 0, 1}, /* 2 */
|
Completed in 350 milliseconds