Home | History | Annotate | Download | only in libevent

Lines Matching refs:evhttp

87 #include "evhttp.h"
1000 struct evhttp *http = evcon->http_server;
2190 struct evhttp *http = arg;
2235 struct evhttp *http = arg;
2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port)
2276 evhttp_accept_socket(struct evhttp *http, int fd)
2304 static struct evhttp*
2307 struct evhttp *http = NULL;
2309 if ((http = calloc(1, sizeof(struct evhttp))) == NULL) {
2323 struct evhttp *
2326 struct evhttp *http = evhttp_new_object();
2337 struct evhttp *
2340 struct evhttp *http = evhttp_new_object();
2351 evhttp_free(struct evhttp* http)
2384 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs)
2390 evhttp_set_cb(struct evhttp *http, const char *uri,
2406 evhttp_del_cb(struct evhttp *http, const char *uri)
2425 evhttp_set_gencb(struct evhttp *http,
2533 struct evhttp* http,
2570 struct evhttp *http = evcon->http_server;
2592 evhttp_get_request(struct evhttp *http, int fd,