Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c198 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
2939 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() argument
2948 if (outhttp) in evhttp_find_alias()
2949 *outhttp = http; in evhttp_find_alias()
2957 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
2976 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() argument
2983 if (evhttp_find_alias(http, outhttp, hostname)) in evhttp_find_vhost()
2998 if (outhttp) in evhttp_find_vhost()
2999 *outhttp = http; in evhttp_find_vhost()