Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Caching/src/System/Runtime/Caching/
H A DCacheUsage.cs727 internal int FlushUnderUsedItems(int maxFlush, bool force) in FlushUnderUsedItems() argument
732 Dbg.Assert(maxFlush > 0, "maxFlush is not greater than 0, instead is " + maxFlush); in FlushUnderUsedItems()
757 … for (prev = _lastRefTail; _cEntriesInFlush < maxFlush && !prev.IsInvalid; prev = prevNext) in FlushUnderUsedItems()
797 … Dbg.Trace("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed + in FlushUnderUsedItems()
856 … Dbg.Trace("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed + in FlushUnderUsedItems()
/dports/devel/stack/stack-2.7.3/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/http-client-0.7.2.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/http-client-0.7.0/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/http-client-0.6.4.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/lang/elm/compiler-0.19.1/_cabal_deps/http-client-0.6.4.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/http-client-0.7.6/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/http-client-0.7.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/http-client-0.7.8/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/http-client-0.7.6/Network/HTTP/Client/
H A DCore.hs256 let maxFlush = 1024 function
257 lbs <- brReadSome (responseBody res) maxFlush
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/http-client-0.7.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/http-client-0.7.2.1/Network/HTTP/Client/
H A DCore.hs250 let maxFlush = 1024 function
251 lbs <- brReadSome (responseBody res) maxFlush
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A Dcacheusage.cspp1048 …internal int FlushUnderUsedItems(int maxFlush, bool force, ref int publicEntriesFlushed, ref int o…
1058 Debug.Assert(maxFlush > 0, "maxFlush is not greater than 0, instead is " + maxFlush);
1090 … for (prev = _lastRefTail; _cEntriesInFlush < maxFlush && !prev.IsInvalid; prev = prevNext) {
1150 … Debug.Trace("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed +
1228 … Debug.Trace("CacheUsageFlushTotal", "Flush(" + maxFlush + "," + force + ") removed " + flushed +
/dports/cad/ldview/ldview-4.4/CUI/
H A DCUIWindow.h132 virtual bool flushModal(HWND hWnd, bool isDialog, int maxFlush = -1);
H A DCUIWindow.cpp1639 bool CUIWindow::flushModal(HWND hWnd, bool isDialog, int maxFlush) in flushModal() argument
1641 int i = maxFlush; in flushModal()