Home
last modified time | relevance | path

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

/external/libevent/
Dhttp.c207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() argument
3408 if (outhttp) in evhttp_find_alias()
3409 *outhttp = http; in evhttp_find_alias()
3417 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() argument
3443 if (evhttp_find_alias(http, outhttp, hostname)) in evhttp_find_vhost()
3458 if (outhttp) in evhttp_find_vhost()
3459 *outhttp = http; in evhttp_find_vhost()