Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c89 typedef struct PGroup PGroup; typedef
158 struct PGroup { struct
217 PGroup grp; /* The global PGroup for mode (2) */
622 PGroup *pGroup = pCache->pGroup; in pcache1EnforceMaxPage()
772 sz = sizeof(PCache1) + sizeof(PGroup)*pcache1.separateCache; in pcache1Create()
776 pGroup = (PGroup*)&pCache[1]; in pcache1Create()
819 PGroup *pGroup = pCache->pGroup; in pcache1Cachesize()
842 PGroup *pGroup = pCache->pGroup; in pcache1Shrink()
880 PGroup *pGroup = pCache->pGroup; in pcache1FetchStage2()
1085 PGroup *pGroup = pCache->pGroup; in pcache1Unpin()
[all …]