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

Function http_hdr_append_entry

lib_protocol/src/http/http_hdr.c:222–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220/* �� HTTP_HDR_ENTRY ���� HTTP_HDR �� */
221
222void http_hdr_append_entry(HTTP_HDR *hh, HTTP_HDR_ENTRY *entry)
223{
224 if (acl_array_append(hh->entry_lnk, entry) < 0) {
225 acl_msg_fatal("%s, %s(%d): acl_array_append error(%s)",
226 __FILE__, __FUNCTION__, __LINE__, acl_last_serror());
227 }
228}
229
230int http_hdr_parse_version(HTTP_HDR *hh, const char *data)
231{

Callers 12

DoRequestThreadMethod · 0.85
header_parseFunction · 0.85
testFunction · 0.85
hdr_readyFunction · 0.85
http_hdr_req_createFunction · 0.85
http_hdr_cloneFunction · 0.85
http_hdr_entry_replaceFunction · 0.85
http_hdr_put_strFunction · 0.85
http_hdr_put_intFunction · 0.85
http_hdr_put_fmtFunction · 0.85
http_hdr_put_timeFunction · 0.85
hdr_readyFunction · 0.85

Calls 3

acl_array_appendFunction · 0.85
acl_msg_fatalFunction · 0.85
acl_last_serrorFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…