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

/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c4534 int got_authority = 0; local
4582 got_authority = 1;
4611 if (!got_authority && path[0]=='/' && path[1]=='/')
4615 if (got_authority && path[0] != '/' && path[0] != '\0')
/freebsd-12-stable/contrib/libevent/
H A Dhttp.c4701 int got_authority = 0; local
4749 got_authority = 1;
4778 if (!got_authority && path[0]=='/' && path[1]=='/')
4782 if (got_authority && path[0] != '/' && path[0] != '\0')

Completed in 46 milliseconds