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

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

Completed in 95 milliseconds