Home
last modified time | relevance | path

Searched refs:evhttp (Results 1 – 11 of 11) sorted by relevance

/external/chromium/third_party/libevent/
Devhttp.h64 struct evhttp;
73 struct evhttp *evhttp_new(struct event_base *base);
87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
105 int evhttp_accept_socket(struct evhttp *http, int fd);
115 void evhttp_free(struct evhttp* http);
118 void evhttp_set_cb(struct evhttp *, const char *,
122 int evhttp_del_cb(struct evhttp *, const char *);
126 void evhttp_set_gencb(struct evhttp *,
135 void evhttp_set_timeout(struct evhttp *, int timeout_in_secs);
174 struct evhttp *evhttp_start(const char *address, u_short port);
Dhttp-internal.h81 struct evhttp *http_server;
113 struct evhttp { struct
137 void evhttp_get_request(struct evhttp *, int, struct sockaddr *, socklen_t); argument
Dhttp.c1000 struct evhttp *http = evcon->http_server; in evhttp_connection_free()
2190 struct evhttp *http = arg; in evhttp_handle_request()
2235 struct evhttp *http = arg; in accept_socket()
2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port) in evhttp_bind_socket()
2276 evhttp_accept_socket(struct evhttp *http, int fd) in evhttp_accept_socket()
2304 static struct evhttp*
2307 struct evhttp *http = NULL; in evhttp_new_object()
2309 if ((http = calloc(1, sizeof(struct evhttp))) == NULL) { in evhttp_new_object()
2323 struct evhttp *
2326 struct evhttp *http = evhttp_new_object(); in evhttp_new()
[all …]
DMakefile.am93 EXTRA_SRC = event_tagging.c http.c evhttp.h http-internal.h evdns.c \
109 include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
Devrpc.h257 struct evhttp;
267 struct evrpc_base *evrpc_init(struct evhttp *server);
Devrpc-internal.h64 struct evhttp* http_server;
DMakefile.in67 evutil.c WIN32-Code/win32.c event_tagging.c http.c evhttp.h \
317 EXTRA_SRC = event_tagging.c http.c evhttp.h http-internal.h evdns.c \
330 include_HEADERS = event.h evhttp.h evdns.h evrpc.h evutil.h
DChangeLog43 …o Allow setting of local port for evhttp connections to support millions of connections from a sin…
137 o small improvements to evhttp documentation
186 o Fix evhttp.h compilation when TAILQ_ENTRY is not defined.
Devrpc.c64 evrpc_init(struct evhttp *http_server) in evrpc_init()
/external/chromium/third_party/libevent/test/
Dregress_rpc.c67 static struct evhttp *
71 struct evhttp *myhttp; in http_setup()
129 rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase) in rpc_setup()
132 struct evhttp *http = NULL; in rpc_setup()
179 struct evhttp *http = NULL; in rpc_basic_test()
262 struct evhttp *http = NULL; in rpc_basic_message()
440 struct evhttp *http = NULL; in rpc_basic_client()
511 struct evhttp *http = NULL; in rpc_basic_queued_client()
576 struct evhttp *http = NULL; in rpc_client_timeout()
Dregress_http.c63 static struct evhttp *http;
75 static struct evhttp *
79 struct evhttp *myhttp; in http_setup()
966 struct evhttp *myhttp = NULL; in http_highport_test()