Searched refs:found_at (Results 1 – 1 of 1) sorted by relevance
445 http_parse_host(const char * buf, struct http_parser_url *u, int found_at) { in http_parse_host() argument455 s = found_at ? s_http_userinfo_start : s_http_host_start; in http_parse_host()538 int found_at = 0; in http_parser_parse_url() local569 found_at = 1; in http_parser_parse_url()614 if (http_parse_host(buf, u, found_at) != 0) { in http_parser_parse_url()