Lines Matching defs:cookie

13211   u8 checkSchema;      /* Causes schema cookie check after an error */
53593 ** 40 4 Schema cookie
64201 u32 iDestSchema; /* Original schema cookie in destination */
75977 ** If P5!=0 then this opcode also checks the schema cookie against P3
75979 ** The cookie changes its value whenever the database schema changes.
75980 ** This operation is used to detect when that the cookie has changed
75982 ** cookie in P3 differs from the schema cookie in the database header or
76053 /* If the schema-cookie from the database file matches the cookie
76077 ** Read cookie number P3 from database P1 and write it into register P2.
76109 ** into cookie number P2 of database P1. P2==1 is the schema version.
76130 /* When the schema cookie changes, record the new cookie internally */
89678 ** Then modify the schema cookie (since the ALTER TABLE modifies the
90025 /* Begin a transaction and increment the schema cookie. */
92954 /* The cookie mask contains one bit for each database file open.
92957 ** transaction on each used database and to verify the schema cookie
94264 ** Generate code that will increment the schema cookie.
94266 ** The schema cookie is used to determine when the schema for the
94267 ** database changes. After each schema change, the cookie value
94269 ** cookie. Thereafter, whenever it goes to access the database,
94270 ** it checks the cookie to make sure the schema has not changed
94274 ** the schema to change multiple times and for the cookie to be
94276 ** and the probability of hitting the same cookie value is only
95279 ** the schema cookie.
96810 ** Record the fact that the schema cookie will need to be verified
96811 ** for database iDb. The code to actually verify the schema cookie
107494 ** The schema-cookie is usually only manipulated internally by SQLite. It
107508 int iCookie = pPragma->iArg; /* Which cookie to read or write */
107511 /* Write the specified cookie value */
107523 /* Read the specified cookie value */
107995 ** meta[0] Schema cookie. Changes with each schema change.
108211 ** Check schema cookies in all databases. If any cookie is out
108219 int cookie;
108225 Btree *pBt = db->aDb[iDb].pBt; /* Btree database to read cookie from */
108240 /* Read the schema cookie from the database. If it does not match the
108243 sqlite3BtreeGetMeta(pBt, BTREE_SCHEMA_VERSION, (u32 *)&cookie);
108245 if( cookie!=db->aDb[iDb].pSchema->schema_cookie ){
108337 ** prepared statement goes to run the schema cookie would fail to detect
116717 ** The increment is used to increase the schema cookie so that other
116721 BTREE_SCHEMA_VERSION, 1, /* Add one to the old schema cookie */
158962 ** Valid if STAGE==1. The current change-counter cookie value in the
161490 ** Increment the schema cookie of the main database opened by p->dbMain.
161910 ** change-counter cookie (the thing that gets incremented when a
162082 ** written, the value of the change-counter cookie is stored in
172575 ** of a single 32-bit configuration cookie value followed by a list of
172578 ** the same cookie value.
172580 ** Immediately following the configuration cookie, the record begins with
173345 int *piCookie, /* Configuration cookie value */
173356 /* Grab the cookie value */
173476 int iCookie; /* Configuration cookie */
173529 /* Append the current configuration cookie */
177347 ** Set the 32-bit cookie value stored at the start of all structure