Lines Matching defs:magic
410 ** These macros used to resolve to various kinds of compiler magic that
412 ** compiler magic ended up generating such a flurry of bug reports
14694 ** this magic value that the code knows to handle differently. Any
22590 u32 iFrameMagic; /* magic number for sanity checking */
28759 ** "interlocked" magic used here is probably not strictly necessary.
37120 ** Linux-specific IOCTL magic numbers used for controlling F2FS
56233 ** Journal files begin with the following magic string. The data
56815 unsigned char aMagic[8]; /* A buffer to hold the magic header */
57074 unsigned char aMagic[8]; /* A buffer to hold the magic header */
57090 ** the magic string found at the start of each journal header, return
57240 ** and 8 bytes of magic data just written to the file. This is
63432 ** magic number in the first 4 bytes of the WAL is 0x377f0683 and it
63433 ** is computed using little-endian if the magic number is 0x377f0682.
63843 /* WAL magic value. Either this value, or the same value with the least
64621 u32 magic; /* Magic value read from WAL header */
64635 ** data. Similarly, if the 'magic' value is invalid, ignore the whole
64638 magic = sqlite3Get4byte(&aBuf[0]);
64640 if( (magic&0xFFFFFFFE)!=WAL_MAGIC
64647 pWal->hdr.bigEndCksum = (u8)(magic&0x00000001);
67803 ** This is a magic string that appears at the beginning of every
71247 /* If the magic name ":memory:" will create an in-memory database, then
99113 ** The magic Explain opcode are only inserted when explain==2 (which
120403 /* If this is the magic sqlite_sequence table used by autoincrement,
120457 /* Legacy versions of SQLite allowed the use of the magic "rowid" column
159689 ** The magic number 18 is selected on the basis that scanning 17 rows
176821 /* Process magic filenames ":localStorage:" and ":sessionStorage:" */
209015 ** locks. These are not magic numbers as they are part of the SQLite file
213497 /* These look like magic numbers. But they are stable, as they are part
213540 /* These look like magic numbers. But they are stable, as they are part