OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hdr_end
(Results
1 - 4
of
4
) sorted by relevancy
/src/share/examples/refuse/ian/libfetch/
http.c
342
hdr_end
= 0,
enumerator in enum:__anon841
462
return (
hdr_end
);
1053
case
hdr_end
:
1059
} while (h >
hdr_end
);
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl.cpp
91
uptr
hdr_end
= hdr + sizeof(Trace);
local
92
hdr_end
-= sizeof(TraceHeader) * (kTraceParts - TraceParts());
93
hdr_end
= RoundUp(
hdr_end
, GetPageSizeCached());
94
if (
hdr_end
< hdr + sizeof(Trace)) {
95
ReleaseMemoryPagesToOS(
hdr_end
, hdr + sizeof(Trace));
96
uptr unused = hdr + sizeof(Trace) -
hdr_end
;
97
if (
hdr_end
!= (uptr)MmapFixedNoAccess(
hdr_end
, unused)) {
98
Report("ThreadSanitizer: failed to mprotect [0x%zx-0x%zx) \n",
hdr_end
,
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc
82
uptr
hdr_end
= hdr + sizeof(Trace);
local
83
hdr_end
-= sizeof(TraceHeader) * (kTraceParts - TraceParts());
84
hdr_end
= RoundUp(
hdr_end
, GetPageSizeCached());
85
if (
hdr_end
< hdr + sizeof(Trace))
86
UnmapOrDie((void*)
hdr_end
, hdr + sizeof(Trace) -
hdr_end
);
/src/external/bsd/fetch/dist/libfetch/
http.c
384
hdr_end
= 0,
enumerator in enum:__anon6619
511
return (
hdr_end
);
797
} while (h >
hdr_end
);
1132
case
hdr_end
:
1138
} while (h >
hdr_end
);
Completed in 19 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026