Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h61 #define OP_SetCookie 60 macro
H A Dpragma.c221 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 Dbuild.c538 sqliteVdbeAddOp(v, OP_SetCookie, 0, 1); in sqliteStartTable()
783 sqliteVdbeAddOp(v, OP_SetCookie, 0, 0); in sqliteChangeCookie()
H A Dvdbe.c2293 case OP_SetCookie: { in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8360 #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 396 milliseconds