Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c227 int szSlot; /* Size of each free slot */ member
281 pcache1.szSlot = sz; in sqlite3PCacheBufferSetup()
347 if( nByte<=pcache1.szSlot ){ in pcache1Alloc()
417 return pcache1.szSlot; in pcache1MemSize()
521 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){ in pcache1UnderMemoryPressure()