Home
last modified time | relevance | path

Searched refs:hdr_end (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/tsan/rtl/
HDtsan_rtl.cc80 uptr hdr_end = hdr + sizeof(Trace); in CreateThreadContext() local
81 hdr_end -= sizeof(TraceHeader) * (kTraceParts - TraceParts()); in CreateThreadContext()
82 hdr_end = RoundUp(hdr_end, GetPageSizeCached()); in CreateThreadContext()
83 if (hdr_end < hdr + sizeof(Trace)) in CreateThreadContext()
84 UnmapOrDie((void*)hdr_end, hdr + sizeof(Trace) - hdr_end); in CreateThreadContext()
/NextBSD/lib/libfetch/
HDhttp.c358 hdr_end = 0, enumerator
537 return (hdr_end); in http_next_header()
1434 } while (h < hdr_end); in http_connect()
1899 case hdr_end: in http_request_body()
1905 } while (h > hdr_end); in http_request_body()