Searched defs:outhttp (Results 1 - 1 of 1) sorted by relevance

/external/libevent/
H A Dhttp.c199 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
3339 matching hostname. If a match is found, and outhttp is non-null,
3340 outhttp is set to the matching http object and 1 is returned.
3344 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, argument
3353 if (outhttp)
3354 *outhttp = http;
3362 if (evhttp_find_alias(vhost, outhttp, hostname))
3375 If an alias or vhost is matched, 1 is returned, and outhttp, if non-null,
3377 root http object is stored in outhttp and 0 is returned.
3381 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, argument
[all...]

Completed in 106 milliseconds