MCPcopy Create free account
hub / github.com/acl-dev/acl / http_hdr_entry

Function http_hdr_entry

lib_protocol/src/http/http_hdr.c:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275HTTP_HDR_ENTRY *http_hdr_entry(const HTTP_HDR *hh, const char *name)
276{
277 return __get_hdr_entry(hh, name);
278}
279
280char *http_hdr_entry_value(const HTTP_HDR *hh, const char *name)
281{

Callers 5

http_hdr_entry_valueFunction · 0.85
http_util_get_req_entryFunction · 0.85
http_util_set_req_cookieFunction · 0.85
http_util_get_res_entryFunction · 0.85

Calls 1

__get_hdr_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…