MCPcopy Create free account
hub / github.com/boostorg/beast / http_parser_url_init

Function http_parser_url_init

test/bench/parser/nodejs-parser/http_parser.c:2335–2338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2333}
2334
2335void
2336http_parser_url_init(struct http_parser_url *u) {
2337 memset(u, 0, sizeof(*u));
2338}
2339
2340int
2341http_parser_parse_url(const char *buf, size_t buflen, int is_connect,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected