Home
last modified time | relevance | path

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

/haiku/src/apps/mail/
H A DWIndex.cpp182 fMaxEntries = fEntriesPerBlock; in UnflattenIndex()
269 if (fEntries < fMaxEntries) in _BlockCheck()
291 fMaxEntries = fEntriesPerBlock; in InitIndex()
H A DWIndex.h106 int32 fMaxEntries; variable
/haiku/src/apps/showimage/
H A DImageCache.cpp73 fMaxEntries = 10; in ImageCache()
76 fMaxThreadCount, fMaxBytes, fMaxEntries); in ImageCache()
306 while (fBytes > fMaxBytes || fCacheMap.size() > fMaxEntries) { in _RetrieveImage()
H A DImageCache.h92 size_t fMaxEntries; variable