Searched refs:evhttp (Results 1 – 11 of 11) sorted by relevance
/external/libevent/include/event2/ |
D | http.h | 67 struct evhttp; 80 struct evhttp *evhttp_new(struct event_base *base); 94 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port); 107 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address… 125 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd); 137 struct evhttp_bound_socket *evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t f… 144 struct evhttp_bound_socket *evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listen… 168 void evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound_socket); 187 void evhttp_free(struct evhttp* http); 190 void evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size); [all …]
|
D | http_compat.h | 61 struct evhttp *evhttp_start(const char *address, unsigned short port);
|
D | rpc.h | 281 struct evhttp; 291 struct evrpc_base *evrpc_init(struct evhttp *server);
|
/external/libevent/ |
D | http-internal.h | 93 struct evhttp *http_server; 136 struct evhttp { struct 138 TAILQ_ENTRY(evhttp) next_vhost; 148 TAILQ_HEAD(vhostsq, evhttp) virtualhosts; argument
|
D | http.c | 187 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t); 198 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, 1146 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 2939 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias() 2943 struct evhttp *vhost; in evhttp_find_alias() 2976 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost() 2979 struct evhttp *vhost; in evhttp_find_vhost() 2980 struct evhttp *oldhttp; in evhttp_find_vhost() 3007 struct evhttp *http = arg; in evhttp_handle_request() 3081 struct evhttp *http = arg; in accept_socket_cb() [all …]
|
D | evrpc-internal.h | 75 struct evhttp* http_server;
|
D | Makefile.am | 227 EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
|
D | ChangeLog | 6 BUGFIXES (evhttp) 86 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31) 89 o evhttp: Check more setsockopt return values when binding sockets. Found by coverity (a0912e3) 186 BUGFIXES (evhttp): 499 …o Add evhttp server alias interface, correct flagging of proxy requests. (aab8c38 Christopher Davi… 503 o Fix Content-Length when trying send more than 100GB of data (!) on an evhttp. (525da3e) 510 o evhttp: Return 501 when we get an unrecognized method, not 400. (536311a) 515 o Preliminary support for Continue expectation in evhttp. (fa9305f Christopher Davis) 563 o Units test for unexpected evhttp methods. (75e3320) 1103 …o New functions to explicitly reference a socket used by an evhttp object. Patches from David Reis… [all …]
|
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.
|
D | Makefile.in | 249 am__include_HEADERS_DIST = event.h evhttp.h evdns.h evrpc.h evutil.h 258 compat/sys/queue.h event.h evhttp.h evdns.h evrpc.h evutil.h 590 EVENT1_HDRS = event.h evhttp.h evdns.h evrpc.h evutil.h
|
D | evrpc.c | 71 evrpc_init(struct evhttp *http_server) in evrpc_init()
|