Home
last modified time | relevance | path

Searched refs:got_authority (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c4775 int got_authority = 0; in evhttp_uri_parse_with_flags() local
4823 got_authority = 1; in evhttp_uri_parse_with_flags()
4852 if (!got_authority && path[0]=='/' && path[1]=='/') in evhttp_uri_parse_with_flags()
4856 if (got_authority && path[0] != '/' && path[0] != '\0') in evhttp_uri_parse_with_flags()
/freebsd/contrib/libevent/
H A Dhttp.c4775 int got_authority = 0; in evhttp_uri_parse_with_flags() local
4823 got_authority = 1; in evhttp_uri_parse_with_flags()
4852 if (!got_authority && path[0]=='/' && path[1]=='/') in evhttp_uri_parse_with_flags()
4856 if (got_authority && path[0] != '/' && path[0] != '\0') in evhttp_uri_parse_with_flags()