evhttp 64 third_party/libevent/evhttp.h struct evhttp; evhttp 73 third_party/libevent/evhttp.h struct evhttp *evhttp_new(struct event_base *base); evhttp 87 third_party/libevent/evhttp.h int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port); evhttp 105 third_party/libevent/evhttp.h int evhttp_accept_socket(struct evhttp *http, int fd); evhttp 115 third_party/libevent/evhttp.h void evhttp_free(struct evhttp* http); evhttp 118 third_party/libevent/evhttp.h void evhttp_set_cb(struct evhttp *, const char *, evhttp 122 third_party/libevent/evhttp.h int evhttp_del_cb(struct evhttp *, const char *); evhttp 126 third_party/libevent/evhttp.h void evhttp_set_gencb(struct evhttp *, evhttp 135 third_party/libevent/evhttp.h void evhttp_set_timeout(struct evhttp *, int timeout_in_secs); evhttp 174 third_party/libevent/evhttp.h struct evhttp *evhttp_start(const char *address, u_short port); evhttp 64 third_party/libevent/evrpc-internal.h struct evhttp* http_server; evhttp 64 third_party/libevent/evrpc.c evrpc_init(struct evhttp *http_server) evhttp 257 third_party/libevent/evrpc.h struct evhttp; evhttp 267 third_party/libevent/evrpc.h struct evrpc_base *evrpc_init(struct evhttp *server); evhttp 81 third_party/libevent/http-internal.h struct evhttp *http_server; evhttp 137 third_party/libevent/http-internal.h void evhttp_get_request(struct evhttp *, int, struct sockaddr *, socklen_t); evhttp 1000 third_party/libevent/http.c struct evhttp *http = evcon->http_server; evhttp 2190 third_party/libevent/http.c struct evhttp *http = arg; evhttp 2235 third_party/libevent/http.c struct evhttp *http = arg; evhttp 2252 third_party/libevent/http.c evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) evhttp 2276 third_party/libevent/http.c evhttp_accept_socket(struct evhttp *http, int fd) evhttp 2304 third_party/libevent/http.c static struct evhttp* evhttp 2307 third_party/libevent/http.c struct evhttp *http = NULL; evhttp 2309 third_party/libevent/http.c if ((http = calloc(1, sizeof(struct evhttp))) == NULL) { evhttp 2323 third_party/libevent/http.c struct evhttp * evhttp 2326 third_party/libevent/http.c struct evhttp *http = evhttp_new_object(); evhttp 2337 third_party/libevent/http.c struct evhttp * evhttp 2340 third_party/libevent/http.c struct evhttp *http = evhttp_new_object(); evhttp 2351 third_party/libevent/http.c evhttp_free(struct evhttp* http) evhttp 2384 third_party/libevent/http.c evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) evhttp 2390 third_party/libevent/http.c evhttp_set_cb(struct evhttp *http, const char *uri, evhttp 2406 third_party/libevent/http.c evhttp_del_cb(struct evhttp *http, const char *uri) evhttp 2425 third_party/libevent/http.c evhttp_set_gencb(struct evhttp *http, evhttp 2533 third_party/libevent/http.c struct evhttp* http, evhttp 2570 third_party/libevent/http.c struct evhttp *http = evcon->http_server; evhttp 2592 third_party/libevent/http.c evhttp_get_request(struct evhttp *http, int fd, evhttp 63 third_party/libevent/test/regress_http.c static struct evhttp *http; evhttp 75 third_party/libevent/test/regress_http.c static struct evhttp * evhttp 79 third_party/libevent/test/regress_http.c struct evhttp *myhttp; evhttp 966 third_party/libevent/test/regress_http.c struct evhttp *myhttp = NULL; evhttp 67 third_party/libevent/test/regress_rpc.c static struct evhttp * evhttp 71 third_party/libevent/test/regress_rpc.c struct evhttp *myhttp; evhttp 129 third_party/libevent/test/regress_rpc.c rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase) evhttp 132 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL; evhttp 179 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL; evhttp 262 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL; evhttp 440 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL; evhttp 511 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL; evhttp 576 third_party/libevent/test/regress_rpc.c struct evhttp *http = NULL;