Searched defs:szJ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpager.c1216 i64 szJ; /* Total size in bytes of journal file pJrnl */ local
1222 if( SQLITE_OK!=(rc = sqlite3OsFileSize(pJrnl, &szJ))
1223 || szJ<16
1224 || SQLITE_OK!=(rc = read32bits(pJrnl, szJ-16, &len))
1226 || SQLITE_OK!=(rc = read32bits(pJrnl, szJ-12, &cksum))
1227 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, aMagic, 8, szJ-8))
1229 || SQLITE_OK!=(rc = sqlite3OsRead(pJrnl, zMaster, len, szJ-16-len))
2606 i64 szJ; /* Size of the journal file in bytes */ local
2619 rc = sqlite3OsFileSize(pPager->jfd, &szJ);
2657 rc = readJournalHdr(pPager, isHot, szJ,
3193 i64 szJ; /* Effective size of the main journal */ local
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c37659 i64 szJ; /* Total size in bytes of journal file pJrnl */ local
39049 i64 szJ; /* Size of the journal file in bytes */ local
39636 i64 szJ; /* Effective size of the main journal */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c39632 i64 szJ; /* Total size in bytes of journal file pJrnl */ local
41034 i64 szJ; /* Size of the journal file in bytes */ local
41618 i64 szJ; /* Effective size of the main journal */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c39660 i64 szJ; /* Total size in bytes of journal file pJrnl */ local
41062 i64 szJ; /* Size of the journal file in bytes */ local
41646 i64 szJ; /* Effective size of the main journal */ local
[all...]

Completed in 866 milliseconds