HomeSort by relevance Sort by last modified time
    Searched defs:pcache1 (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
pcache1.c 22 typedef struct PCache1 PCache1;
46 ** PGroup which is the pcache1.grp global variable and its mutex is
66 struct PCache1 {
99 PCache1 *pCache; /* Cache that currently owns this page */
141 ** alias "pcache1". This ensures that the WSD emulation is used when
144 #define pcache1 (GLOBAL(struct PCacheGlobal, pcache1_g)) macro
147 ** When a PgHdr1 structure is allocated, the associated PCache1.szPage
149 ** size of the allocation is sizeof(PgHdr1)+PCache1.szPage byte). The
180 if( pcache1.isInit )
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 35071 #define pcache1 macro
    [all...]
  /external/sqlite/dist/orig/
sqlite3.c 36988 #define pcache1 macro
    [all...]
  /external/sqlite/dist/
sqlite3.c 37016 #define pcache1 macro
    [all...]

Completed in 4062 milliseconds