HomeSort by: relevance | last modified time | path
    Searched defs:got_authority (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
http.c 4779 int got_authority = 0; local
4827 got_authority = 1;
4856 if (!got_authority && path[0]=='/' && path[1]=='/')
4860 if (got_authority && path[0] != '/' && path[0] != '\0')
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 4777 int got_authority = 0; local
4825 got_authority = 1;
4854 if (!got_authority && path[0]=='/' && path[1]=='/')
4858 if (got_authority && path[0] != '/' && path[0] != '\0')

Completed in 32 milliseconds