MCPcopy Create free account
hub / github.com/ElementsProject/elements / evhttp_parse_headers_

Function evhttp_parse_headers_

src/test/fuzz/http_request.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29 return evhttp_parse_firstline(r, b);
30}
31inline int evhttp_parse_headers_(struct evhttp_request* r, struct evbuffer* b)
32{
33 return evhttp_parse_headers(r, b);
34}
35#else
36extern "C" int evhttp_parse_firstline_(struct evhttp_request*, struct evbuffer*);
37extern "C" int evhttp_parse_headers_(struct evhttp_request*, struct evbuffer*);

Callers 1

FUZZ_TARGETFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected