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

  /src/external/bsd/libevent/dist/
http.c 211 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1896 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname))
3440 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, function
3495 evhttp_find_vhost(http, &http, hostname);
  /src/external/bsd/ntp/dist/sntp/libevent/
http.c 209 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1894 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname))
3438 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, function
3493 evhttp_find_vhost(http, &http, hostname);

Completed in 33 milliseconds