| 2333 | } |
| 2334 | |
| 2335 | void |
| 2336 | http_parser_url_init(struct http_parser_url *u) { |
| 2337 | memset(u, 0, sizeof(*u)); |
| 2338 | } |
| 2339 | |
| 2340 | int |
| 2341 | http_parser_parse_url(const char *buf, size_t buflen, int is_connect, |
nothing calls this directly
no outgoing calls
no test coverage detected