| /src/contrib/libevent/include/event2/ |
| H A D | http.h | 70 struct evhttp; 86 struct evhttp *evhttp_new(struct event_base *base); 101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); 115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address… 134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd); 147 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f… 155 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen… 175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi… 195 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); 216 void evhttp_free(struct evhttp* http); [all …]
|
| H A D | http_compat.h | 63 struct evhttp *evhttp_start(const char *address, ev_uint16_t port);
|
| H A D | rpc.h | 290 struct evhttp; 301 struct evrpc_base *evrpc_init(struct evhttp *server);
|
| /src/contrib/ntp/sntp/libevent/include/event2/ |
| H A D | http.h | 70 struct evhttp; 86 struct evhttp *evhttp_new(struct event_base *base); 101 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); 115 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address… 134 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd); 147 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f… 155 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen… 175 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi… 195 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); 216 void evhttp_free(struct evhttp* http); [all …]
|
| H A D | http_compat.h | 63 struct evhttp *evhttp_start(const char *address, ev_uint16_t port);
|
| H A D | rpc.h | 290 struct evhttp; 301 struct evrpc_base *evrpc_init(struct evhttp *server);
|
| /src/contrib/libevent/ |
| H A D | http-internal.h | 90 struct evhttp *http_server; 134 struct evhttp { struct 136 TAILQ_ENTRY(evhttp) next_vhost; 146 TAILQ_HEAD(vhostsq, evhttp) virtualhosts; argument
|
| H A D | http.c | 198 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t); 207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 2448 struct evhttp * 3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() 3403 struct evhttp *vhost; in evhttp_find_alias() 3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() 3439 struct evhttp *vhost; in evhttp_find_vhost() 3440 struct evhttp *oldhttp; in evhttp_find_vhost() 3467 struct evhttp *http = arg; in evhttp_handle_request() [all …]
|
| H A D | evrpc-internal.h | 76 struct evhttp* http_server;
|
| H A D | ChangeLog | 484 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl) 524 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin) 788 New APIs (evhttp) 805 Bugfixes (evhttp) 865 evhttp callbacks, and more. There are also numerous bugfixes, including 894 New APIs (evhttp) 992 Bugfixes (evhttp) 993 o Fix a double close() bug in evhttp when the underlying bufferevent uses 1116 up the code in a couple of places. It has a new callback in evhttp for 1150 Bugfixes (evhttp, crash fix, from 2.0) [all …]
|
| H A D | Makefile.am | 329 include/evhttp.h \
|
| H A D | whatsnew-2.1.txt | 404 1.9. New functions and features: evhttp 407 NOTE: The evhttp module will eventually be deprecated in favor of Mark 409 libevhtp provides every feature that evhttp does, and provides a 413 Previously, you could only set evhttp timeouts in increments of one 428 every listener on an evhttp object. 441 You can navigate from an evhttp_connection back to its evhttp with the
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | http-internal.h | 90 struct evhttp *http_server; 134 struct evhttp { struct 136 TAILQ_ENTRY(evhttp) next_vhost; 146 TAILQ_HEAD(vhostsq, evhttp) virtualhosts; argument
|
| H A D | http.c | 198 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t); 207 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 2448 struct evhttp * 3399 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() 3403 struct evhttp *vhost; in evhttp_find_alias() 3436 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() 3439 struct evhttp *vhost; in evhttp_find_vhost() 3440 struct evhttp *oldhttp; in evhttp_find_vhost() 3467 struct evhttp *http = arg; in evhttp_handle_request() [all …]
|
| H A D | evrpc-internal.h | 76 struct evhttp* http_server;
|
| H A D | ChangeLog | 484 o evhttp: Fix failure to send all output data for POST/PUT requests (24eea0d John Ohl) 524 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin) 788 New APIs (evhttp) 805 Bugfixes (evhttp) 865 evhttp callbacks, and more. There are also numerous bugfixes, including 894 New APIs (evhttp) 992 Bugfixes (evhttp) 993 o Fix a double close() bug in evhttp when the underlying bufferevent uses 1116 up the code in a couple of places. It has a new callback in evhttp for 1150 Bugfixes (evhttp, crash fix, from 2.0) [all …]
|
| H A D | Makefile.am | 329 include/evhttp.h \
|
| H A D | whatsnew-2.1.txt | 404 1.9. New functions and features: evhttp 407 NOTE: The evhttp module will eventually be deprecated in favor of Mark 409 libevhtp provides every feature that evhttp does, and provides a 413 Previously, you could only set evhttp timeouts in increments of one 428 every listener on an evhttp object. 441 You can navigate from an evhttp_connection back to its evhttp with the
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_rpc.c | 75 static struct evhttp * 78 struct evhttp *myhttp; in http_setup() 137 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) in rpc_setup() 140 struct evhttp *http = NULL; in rpc_setup() 187 struct evhttp *http = NULL; in rpc_basic_test() 256 struct evhttp *http = NULL; in rpc_basic_message() 448 struct evhttp *http = NULL; in rpc_basic_client() 534 struct evhttp *http = NULL; in rpc_basic_queued_client() 634 struct evhttp *http = NULL; in rpc_basic_client_with_pause() 686 struct evhttp *http = NULL; in rpc_client_timeout() [all …]
|
| H A D | regress_http.c | 93 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask) in http_bind() 133 static struct evhttp * 137 struct evhttp *myhttp; in http_setup_gencb() 170 static struct evhttp * 515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() 692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() 814 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() 898 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() 959 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test() 1067 struct evhttp *http; in http_connection_test_() [all …]
|
| H A D | bench_http.c | 89 struct evhttp *http; in main()
|
| /src/contrib/libevent/test/ |
| H A D | regress_rpc.c | 75 static struct evhttp * 78 struct evhttp *myhttp; in http_setup() 137 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) in rpc_setup() 140 struct evhttp *http = NULL; in rpc_setup() 187 struct evhttp *http = NULL; in rpc_basic_test() 256 struct evhttp *http = NULL; in rpc_basic_message() 448 struct evhttp *http = NULL; in rpc_basic_client() 534 struct evhttp *http = NULL; in rpc_basic_queued_client() 634 struct evhttp *http = NULL; in rpc_basic_client_with_pause() 686 struct evhttp *http = NULL; in rpc_client_timeout() [all …]
|
| H A D | regress_http.c | 93 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask) in http_bind() 133 static struct evhttp * 137 struct evhttp *myhttp; in http_setup_gencb() 170 static struct evhttp * 515 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() 692 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() 814 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() 898 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() 959 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test() 1067 struct evhttp *http; in http_connection_test_() [all …]
|
| H A D | bench_http.c | 89 struct evhttp *http; in main()
|
| /src/contrib/libevent/sample/ |
| H A D | http-server.c | 450 struct evhttp *http = NULL; in main()
|