Home
last modified time | relevance | path

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

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dopcodes.h62 #define OP_VerifyCookie 61 macro
H A Dbuild.c2092 sqliteVdbeAddOp(v, OP_VerifyCookie, iDb, db->aDb[iDb].schema_cookie); in sqliteCodeVerifySchema()
H A Dvdbe.c2326 case OP_VerifyCookie: { in sqliteVdbeExec()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c8361 #define OP_VerifyCookie 37 macro
65742 case OP_VerifyCookie: {
69047 {OP_VerifyCookie, 0, 0, 0}, /* 1: Check the schema cookie */
77500 sqlite3VdbeAddOp3(v, OP_VerifyCookie,

Completed in 258 milliseconds