/netbsd-src/external/bsd/libevent/dist/include/event2/ |
H A D | http.h | 71 struct evhttp; 87 struct evhttp *evhttp_new(struct event_base *base); 102 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); 116 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address… 135 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd); 148 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f… 156 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen… 176 void evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, voi… 196 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); 217 void evhttp_free(struct evhttp* http); [all …]
|
H A D | http_compat.h | 64 struct evhttp *evhttp_start(const char *address, ev_uint16_t port);
|
H A D | rpc.h | 292 struct evhttp; 303 struct evrpc_base *evrpc_init(struct evhttp *server);
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | http-internal.h | 91 struct evhttp *http_server; 135 struct evhttp { struct 137 TAILQ_ENTRY(evhttp) next_vhost; 147 TAILQ_HEAD(vhostsq, evhttp) virtualhosts; argument
|
H A D | http.c | 202 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t); 211 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1246 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 2452 struct evhttp * 3403 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() 3407 struct evhttp *vhost; in evhttp_find_alias() 3440 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() 3443 struct evhttp *vhost; in evhttp_find_vhost() 3444 struct evhttp *oldhttp; in evhttp_find_vhost() 3471 struct evhttp *http = arg; in evhttp_handle_request() [all …]
|
H A D | evrpc-internal.h | 77 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 | 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
|
H A D | Makefile.am | 329 include/evhttp.h \
|
H A D | whatsnew-2.0.txt | 74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and 576 The evhttp uriencoding and uridecoding APIs have updated versions 579 The evhttp query parsing and URI parsing logic can now detect errors 591 Numerous evhttp bugs also got fixed.
|
H A D | evrpc.c | 76 evrpc_init(struct evhttp *http_server) in evrpc_init()
|
H A D | Makefile.in | 596 include/evhttp.h include/evrpc.h include/evutil.h 638 include/evdns.h include/event.h include/evhttp.h \ 1372 include/evhttp.h \
|
H A D | CMakeLists.txt | 771 include/evhttp.h
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_rpc.c | 79 static struct evhttp * 82 struct evhttp *myhttp; in http_setup() 141 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) in rpc_setup() 144 struct evhttp *http = NULL; in rpc_setup() 191 struct evhttp *http = NULL; in rpc_basic_test() 260 struct evhttp *http = NULL; in rpc_basic_message() 452 struct evhttp *http = NULL; in rpc_basic_client() 538 struct evhttp *http = NULL; in rpc_basic_queued_client() 638 struct evhttp *http = NULL; in rpc_basic_client_with_pause() 690 struct evhttp *http = NULL; in rpc_client_timeout() [all …]
|
H A D | regress_http.c | 98 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int mask) in http_bind() 138 static struct evhttp * 142 struct evhttp *myhttp; in http_setup_gencb() 175 static struct evhttp * 520 struct evhttp *http = http_setup(&port, data->base, server_flags); in http_basic_test_impl() 697 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test() 819 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test() 903 struct evhttp *http = http_setup(&port, data->base, 0); in http_on_complete_test() 964 struct evhttp *http = http_setup(&port, data->base, 0); in http_allowed_methods_test() 1072 struct evhttp *http; in http_connection_test_() [all …]
|
H A D | bench_http.c | 90 struct evhttp *http; in main()
|
/netbsd-src/external/bsd/libevent/include/ |
H A D | Makefile | 9 evhttp.h \
|
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | evrpc-internal.h | 78 struct evhttp* http_server;
|
H A D | whatsnew-2.0.txt | 74 All of the old headers (event.h, evdns.h, evhttp.h, evrpc.h, and 576 The evhttp uriencoding and uridecoding APIs have updated versions 579 The evhttp query parsing and URI parsing logic can now detect errors 591 Numerous evhttp bugs also got fixed.
|
/netbsd-src/external/bsd/libevent/dist/sample/ |
H A D | http-server.c | 451 struct evhttp *http = NULL; in main()
|
/netbsd-src/usr.sbin/makemandb/ |
H A D | nostem.txt | 1024 evhttp
|