HomeSort by relevance Sort by last modified time
    Searched refs:PCache1 (Results 1 - 2 of 2) 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 35058 #define pcache1 macro
    [all...]

Completed in 89 milliseconds