Searched refs:evhttp (Results 1 - 8 of 8) sorted by relevance

/external/chromium/third_party/libevent/
H A Devhttp.h43 /** @file evhttp.h
64 struct evhttp;
71 * @return a pointer to a newly initialized evhttp server structure
73 struct evhttp *evhttp_new(struct event_base *base);
81 * @param http a pointer to an evhttp object
84 * @return a newly allocated evhttp struct
87 int evhttp_bind_socket(struct evhttp *http, const char *address, u_short port);
100 * @param http a pointer to an evhttp object
105 int evhttp_accept_socket(struct evhttp *http, int fd);
112 * @param http the evhttp serve
[all...]
H A Dhttp-internal.h81 struct evhttp *http_server;
113 struct evhttp { struct
137 void evhttp_get_request(struct evhttp *, int, struct sockaddr *, socklen_t);
H A Devrpc-internal.h64 struct evhttp* http_server;
H A Devrpc.h257 struct evhttp;
267 struct evrpc_base *evrpc_init(struct evhttp *server);
H A Dhttp.c87 #include "evhttp.h"
1000 struct evhttp *http = evcon->http_server;
2190 struct evhttp *http = arg;
2235 struct evhttp *http = arg;
2252 evhttp_bind_socket(struct evhttp *http, const char *address, u_short port)
2276 evhttp_accept_socket(struct evhttp *http, int fd)
2304 static struct evhttp*
2307 struct evhttp *http = NULL;
2309 if ((http = calloc(1, sizeof(struct evhttp))) == NULL) {
2323 struct evhttp *
[all...]
H A Devrpc.c59 #include "evhttp.h"
64 evrpc_init(struct evhttp *http_server)
/external/chromium/third_party/libevent/test/
H A Dregress_rpc.c57 #include "evhttp.h"
67 static struct evhttp *
71 struct evhttp *myhttp;
129 rpc_setup(struct evhttp **phttp, short *pport, struct evrpc_base **pbase)
132 struct evhttp *http = NULL;
179 struct evhttp *http = NULL;
262 struct evhttp *http = NULL;
440 struct evhttp *http = NULL;
511 struct evhttp *http = NULL;
576 struct evhttp *htt
[all...]
H A Dregress_http.c56 #include "evhttp.h"
63 static struct evhttp *http;
75 static struct evhttp *
79 struct evhttp *myhttp;
966 struct evhttp *myhttp = NULL;

Completed in 81 milliseconds