Searched refs:PGroup (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dpcache1.c25 typedef struct PGroup PGroup; typedef in typeref:struct:PGroup
27 /* Each page cache (or PCache) belongs to a PGroup. A PGroup is a set
29 ** pages when they are under memory pressure. A PGroup is an instance of
34 ** (1) Every PCache is the sole member of its own PGroup. There is
35 ** one PGroup per PCache.
37 ** (2) There is a single global PGroup that all PCaches are a member
45 ** For mode (1), PGroup.mutex is NULL. For mode (2) there is only a single
46 ** PGroup whic
49 struct PGroup { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34939 typedef struct PGroup PGroup; typedef in typeref:struct:PGroup
34963 struct PGroup { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c38588 typedef struct PGroup PGroup; typedef in typeref:struct:PGroup
38612 struct PGroup { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c38608 typedef struct PGroup PGroup; typedef in typeref:struct:PGroup
38632 struct PGroup { struct
[all...]

Completed in 682 milliseconds