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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwal.c490 /* The wal-index is divided into pages of WALINDEX_PGSZ bytes each. */
491 #define WALINDEX_PGSZ ( \ macro
497 ** is broken into pages of WALINDEX_PGSZ bytes. Wal-index pages are
525 pWal->apWiData[iPage] = (u32 volatile *)sqlite3MallocZero(WALINDEX_PGSZ);
528 rc = sqlite3OsShmMap(pWal->pDbFd, iPage, WALINDEX_PGSZ,
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c43771 #define WALINDEX_PGSZ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c47985 #define WALINDEX_PGSZ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c48005 #define WALINDEX_PGSZ macro
[all...]

Completed in 557 milliseconds