Home
last modified time | relevance | path

Searched defs:PCache1 (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dpcache1.c22 typedef struct PCache1 PCache1; typedef
66 struct PCache1 { struct
72 PGroup *pGroup; /* PGroup this cache belongs to */
73 int szPage; /* Size of allocated pages in bytes */
74 int bPurgeable; /* True if cache is purgeable */
75 unsigned int nMin; /* Minimum number of pages reserved */
99 PCache1 *pCache; /* Cache that currently owns this page */ argument