Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c432 static PgHdr1 *pcache1AllocPage(PCache1 *pCache, int benignMalloc){ in pcache1AllocPage() function
922 pPage = pcache1AllocPage(pCache, createFlag==1); in pcache1FetchStage2()