Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dpcache.c19 struct PCache { struct
20 PgHdr *pDirty, *pDirtyTail; /* List of dirty pages in LRU order */
21 PgHdr *pSynced; /* Last synced page in dirty page list */
22 int nRef; /* Number of referenced pages */
23 int nMax; /* Configured cache size */
24 int szPage; /* Size of every page in this cache */
25 int szExtra; /* Size of extra space for each page */
26 int bPurgeable; /* True if pages are on backing store */
27 int (*xStress)(void*,PgHdr*); /* Call to try make a page clean */
28 void *pStress; /* Argument to xStress */
[all …]
Dpcache.h19 typedef struct PCache PCache; typedef
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c8496 typedef struct PCache PCache; typedef
/external/sqlite/dist/
Dsqlite3.c9813 typedef struct PCache PCache; typedef
/external/sqlite/dist/orig/
Dsqlite3.c9813 typedef struct PCache PCache; typedef