Searched defs:aMagic (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_journal.c346 unsigned char aMagic[] = { 0xd9, 0xd5, 0x05, 0xf9, 0x20, 0xa1, 0x63, 0xd7 }; local
347 if( memcmp(aMagic, zBuf, 8) ) return SQLITE_ERROR;
H A Dpager.c1209 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
1217 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8))
1218 || memcmp(aMagic, aJournalMagic, 8)
1464 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
1485 rc = sqlite3OsRead(pPager->jfd, aMagic, sizeof(aMagic), iHdrOff);
1489 if( memcmp(aMagic, aJournalMagic, sizeof(aMagic))!=0 ){
3878 ** problematic header will occur, if it exists. aMagic is used
3883 u8 aMagic[ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37639 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
37894 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
40313 u8 aMagic[8]; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c41489 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
41745 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
44357 u8 aMagic[8]; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c41509 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
41765 unsigned char aMagic[8]; /* A buffer to hold the magic header */ local
44377 u8 aMagic[8]; local
[all...]

Completed in 2411 milliseconds