Home
last modified time | relevance | path

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

/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/http/
H A Dhttp_cache_cleaner.cpp36 qint64 g_maxCacheSize; variable
670 if (m_totalSizeOnDisk <= g_maxCacheSize || m_fiList.isEmpty()) { in processSlice()
749 g_maxCacheSize = mode == DeleteCache ? -1 : KProtocolManager::maxCacheSize() * 1024; in main()
826 } else if (newBytesCounter > (g_maxCacheSize / 8)) { in main()
/dports/games/NBlood/NBlood-a1689a4/source/build/include/
H A Deditor.h113 extern int32_t g_maxCacheSize;
/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dbuild.cpp103 int32_t g_maxCacheSize = 128<<20; variable
105 int32_t g_maxCacheSize = 8<<20; variable
741 artLoadFiles("tiles%03i.art", g_maxCacheSize); in app_main()
/dports/games/NBlood/NBlood-a1689a4/source/duke3d/src/
H A Dastub.cpp8094 g_maxCacheSize = sz<<10; in G_CheckCommandLine()
9296 g_maxCacheSize = cacheSize << 10; in parsegroupfiles()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Dastub.cpp8208 g_maxCacheSize = sz<<10; in G_CheckCommandLine()