Home | History | Annotate | Download | only in dist

Lines Matching refs:szSlot

36974   ** szSlot, nSlot, pStart, pEnd, nReserve, and isInit values are all
36979 int szSlot; /* Size of each free slot */
37023 pcache1.szSlot = sz;
37052 if( nByte<=pcache1.szSlot ){
37115 return pcache1.szSlot;
37219 if( pcache1.nSlot && (pCache->szPage+pCache->szExtra)<=pcache1.szSlot ){