Home
last modified time | relevance | path

Searched refs:GetNextRange (Results 1 – 15 of 15) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/gperftools-2.5/src/
H A Dpage_heap.h142 bool GetNextRange(PageID start, base::MallocRange* r);
H A Dpage_heap.cc566 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) { in GetNextRange() function in tcmalloc::PageHeap
H A Dtcmalloc.cc549 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) { in IterateOverRanges()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DStaticFileHandler.cs179 …private static bool GetNextRange(string rangeHeader, ref int startIndex, long fileLength, out long… in GetNextRange() method in System.Web.StaticFileHandler
389 …isRangeHeaderSyntacticallyValid = GetNextRange(rangeHeader, ref startIndex, fileLength, out offset… in ProcessRangeRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h153 bool GetNextRange(PageID start, base::MallocRange* r);
H A Dpage_heap.cc585 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) { in GetNextRange() function in tcmalloc::PageHeap
H A Dtcmalloc.cc599 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) { in IterateOverRanges()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h141 bool GetNextRange(PageID start, base::MallocRange* r);
H A Dpage_heap.cc585 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) { in GetNextRange() function in tcmalloc::PageHeap
H A Dtcmalloc.cc616 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) { in IterateOverRanges()
/dports/devel/google-perftools/gperftools-2.9.1/src/
H A Dpage_heap.h153 bool GetNextRange(PageID start, base::MallocRange* r);
H A Dpage_heap.cc577 bool PageHeap::GetNextRange(PageID start, base::MallocRange* r) { in GetNextRange() function in tcmalloc::PageHeap
H A Dtcmalloc.cc607 if (!Static::pageheap()->GetNextRange(page, &ranges[n])) { in IterateOverRanges()
/dports/devel/upnp/pupnp-release-1.14.12/upnp/src/genlib/net/http/
H A Dwebserver.c752 static int GetNextRange( in GetNextRange() function
846 if (GetNextRange(&Ptr, &FirstByte, &LastByte) != -1) { in CreateHTTPRangeResponseHeader()
/dports/devel/upnp/pupnp-release-1.14.12/
H A DChangeLog3838 GetNextRange function (webserver.c) is updated to handle large file sizes.