MCPcopy Create free account
hub / github.com/SmingHub/Sming / clear

Method clear

Sming/Components/Network/src/Network/Http/BasicHttpHeaders.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32};
33
34void BasicHttpHeaders::clear()
35{
36 http_parser_init(&parser, HTTP_BOTH);
37 parser.data = this;
38 count_ = 0;
39}
40
41HttpError BasicHttpHeaders::parse(char* data, size_t len, http_parser_type type)
42{

Callers 8

scanCompletedMethod · 0.45
startScanMethod · 0.45
smtpParseMethod · 0.45
cleanupMethod · 0.45
resetMethod · 0.45
resetMethod · 0.45
resetHeadersMethod · 0.45
verifyKeyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected