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

Function http_util_get_res_entry

lib_protocol/src/http/http_util.c:290–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290HTTP_HDR_ENTRY *http_util_get_res_entry(HTTP_UTIL *http_util, const char *name)
291{
292 if (name == NULL || *name == 0)
293 return (NULL);
294 return (http_hdr_entry(&http_util->hdr_res->hdr, name));
295}
296
297void http_util_set_res_entry(HTTP_UTIL *http_util, const char *name, const char *value)
298{

Callers

nothing calls this directly

Calls 1

http_hdr_entryFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…