evhttp             75 opal/mca/event/libevent2022/libevent/evrpc-internal.h 	struct evhttp* http_server;
evhttp             71 opal/mca/event/libevent2022/libevent/evrpc.c evrpc_init(struct evhttp *http_server)
evhttp             93 opal/mca/event/libevent2022/libevent/http-internal.h 	struct evhttp *http_server;
evhttp            138 opal/mca/event/libevent2022/libevent/http-internal.h 	TAILQ_ENTRY(evhttp) next_vhost;
evhttp            148 opal/mca/event/libevent2022/libevent/http-internal.h 	TAILQ_HEAD(vhostsq, evhttp) virtualhosts;
evhttp            187 opal/mca/event/libevent2022/libevent/http.c static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
evhttp            198 opal/mca/event/libevent2022/libevent/http.c static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
evhttp           1146 opal/mca/event/libevent2022/libevent/http.c 		struct evhttp *http = evcon->http_server;
evhttp           2939 opal/mca/event/libevent2022/libevent/http.c evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp,
evhttp           2943 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *vhost;
evhttp           2976 opal/mca/event/libevent2022/libevent/http.c evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
evhttp           2979 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *vhost;
evhttp           2980 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *oldhttp;
evhttp           3007 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = arg;
evhttp           3081 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = arg;
evhttp           3087 opal/mca/event/libevent2022/libevent/http.c evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port)
evhttp           3097 opal/mca/event/libevent2022/libevent/http.c evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port)
evhttp           3123 opal/mca/event/libevent2022/libevent/http.c evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd)
evhttp           3134 opal/mca/event/libevent2022/libevent/http.c evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd)
evhttp           3157 opal/mca/event/libevent2022/libevent/http.c evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener)
evhttp           3185 opal/mca/event/libevent2022/libevent/http.c evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound)
evhttp           3192 opal/mca/event/libevent2022/libevent/http.c static struct evhttp*
evhttp           3195 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = NULL;
evhttp           3197 opal/mca/event/libevent2022/libevent/http.c 	if ((http = mm_calloc(1, sizeof(struct evhttp))) == NULL) {
evhttp           3221 opal/mca/event/libevent2022/libevent/http.c struct evhttp *
evhttp           3224 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = NULL;
evhttp           3238 opal/mca/event/libevent2022/libevent/http.c struct evhttp *
evhttp           3241 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = NULL;
evhttp           3255 opal/mca/event/libevent2022/libevent/http.c evhttp_free(struct evhttp* http)
evhttp           3260 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp* vhost;
evhttp           3302 opal/mca/event/libevent2022/libevent/http.c evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
evhttp           3303 opal/mca/event/libevent2022/libevent/http.c     struct evhttp* vhost)
evhttp           3320 opal/mca/event/libevent2022/libevent/http.c evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost)
evhttp           3334 opal/mca/event/libevent2022/libevent/http.c evhttp_add_server_alias(struct evhttp *http, const char *alias)
evhttp           3354 opal/mca/event/libevent2022/libevent/http.c evhttp_remove_server_alias(struct evhttp *http, const char *alias)
evhttp           3371 opal/mca/event/libevent2022/libevent/http.c evhttp_set_timeout(struct evhttp* http, int timeout_in_secs)
evhttp           3377 opal/mca/event/libevent2022/libevent/http.c evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size)
evhttp           3386 opal/mca/event/libevent2022/libevent/http.c evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size)
evhttp           3395 opal/mca/event/libevent2022/libevent/http.c evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods)
evhttp           3401 opal/mca/event/libevent2022/libevent/http.c evhttp_set_cb(struct evhttp *http, const char *uri,
evhttp           3431 opal/mca/event/libevent2022/libevent/http.c evhttp_del_cb(struct evhttp *http, const char *uri)
evhttp           3450 opal/mca/event/libevent2022/libevent/http.c evhttp_set_gencb(struct evhttp *http,
evhttp           3676 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp* http,
evhttp           3716 opal/mca/event/libevent2022/libevent/http.c 	struct evhttp *http = evcon->http_server;
evhttp           3749 opal/mca/event/libevent2022/libevent/http.c evhttp_get_request(struct evhttp *http, evutil_socket_t fd,
evhttp             67 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp;
evhttp             80 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp *evhttp_new(struct event_base *base);
evhttp             94 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
evhttp            107 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
evhttp            125 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
evhttp            137 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd);
evhttp            144 opal/mca/event/libevent2022/libevent/include/event2/http.h struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener);
evhttp            168 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket);
evhttp            187 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_free(struct evhttp* http);
evhttp            190 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size);
evhttp            192 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size);
evhttp            205 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods);
evhttp            216 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_set_cb(struct evhttp *http, const char *path,
evhttp            220 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_del_cb(struct evhttp *, const char *);
evhttp            233 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_set_gencb(struct evhttp *http,
evhttp            258 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_add_virtual_host(struct evhttp* http, const char *pattern,
evhttp            259 opal/mca/event/libevent2022/libevent/include/event2/http.h     struct evhttp* vhost);
evhttp            269 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
evhttp            279 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_add_server_alias(struct evhttp *http, const char *alias);
evhttp            288 opal/mca/event/libevent2022/libevent/include/event2/http.h int evhttp_remove_server_alias(struct evhttp *http, const char *alias);
evhttp            296 opal/mca/event/libevent2022/libevent/include/event2/http.h void evhttp_set_timeout(struct evhttp *http, int timeout_in_secs);
evhttp             61 opal/mca/event/libevent2022/libevent/include/event2/http_compat.h struct evhttp *evhttp_start(const char *address, unsigned short port);
evhttp            281 opal/mca/event/libevent2022/libevent/include/event2/rpc.h struct evhttp;
evhttp            291 opal/mca/event/libevent2022/libevent/include/event2/rpc.h struct evrpc_base *evrpc_init(struct evhttp *server);
evhttp            320 opal/mca/event/libevent2022/libevent/sample/http-server.c 	struct evhttp *http;
evhttp             89 opal/mca/event/libevent2022/libevent/test/bench_http.c 	struct evhttp *http;
evhttp             67 opal/mca/event/libevent2022/libevent/test/regress_http.c static struct evhttp *http;
evhttp             83 opal/mca/event/libevent2022/libevent/test/regress_http.c http_bind(struct evhttp *myhttp, ev_uint16_t *pport)
evhttp            100 opal/mca/event/libevent2022/libevent/test/regress_http.c static struct evhttp *
evhttp            103 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *myhttp;
evhttp           1170 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *second = NULL, *third = NULL;
evhttp           1874 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *myhttp = NULL;
evhttp           3226 opal/mca/event/libevent2022/libevent/test/regress_http.c 	struct evhttp *http = NULL;
evhttp             76 opal/mca/event/libevent2022/libevent/test/regress_rpc.c static struct evhttp *
evhttp             79 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *myhttp;
evhttp            138 opal/mca/event/libevent2022/libevent/test/regress_rpc.c rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase)
evhttp            141 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            188 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            257 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            449 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            533 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            631 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;
evhttp            682 opal/mca/event/libevent2022/libevent/test/regress_rpc.c 	struct evhttp *http = NULL;