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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h70 struct evhttp;
81 * @return a pointer to a newly initialized evhttp server structure
85 struct evhttp *evhttp_new(struct event_base *base);
93 * @param http a pointer to an evhttp object
100 int evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port);
107 * @param http a pointer to an evhttp object
114 struct evhttp_bound_socket *evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port);
127 * @param http a pointer to an evhttp object
133 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
140 * @param http a pointer to an evhttp objec
[all...]
H A Dhttp_compat.h59 * @return an struct evhttp object
61 struct evhttp *evhttp_start(const char *address, unsigned short port);
H A Drpc.h281 struct evhttp;
291 struct evrpc_base *evrpc_init(struct evhttp *server);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp-internal.h89 struct evhttp *http_server;
140 struct evhttp { struct
142 TAILQ_ENTRY(evhttp) next_vhost;
152 TAILQ_HEAD(vhostsq, evhttp) virtualhosts;
H A Dhttp.c187 static void evhttp_get_request(struct evhttp *, evutil_socket_t, struct sockaddr *, ev_socklen_t);
196 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
1160 struct evhttp *http = evcon->http_server;
2319 struct evhttp *
3195 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp,
3199 struct evhttp *vhost;
3232 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhtt
[all...]
H A Devrpc-internal.h76 struct evhttp* http_server;
H A DMakefile.am284 include/evhttp.h \
H A Devrpc.c72 evrpc_init(struct evhttp *http_server)
H A DMakefile.in448 include/evhttp.h include/evrpc.h include/evutil.h
490 include/evhttp.h include/evrpc.h include/evutil.h
1132 include/evhttp.h \
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c76 static struct evhttp *
79 struct evhttp *myhttp;
138 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase)
141 struct evhttp *http = NULL;
188 struct evhttp *http = NULL;
257 struct evhttp *http = NULL;
449 struct evhttp *http = NULL;
535 struct evhttp *http = NULL;
635 struct evhttp *http = NULL;
687 struct evhttp *htt
[all...]
H A Dbench_http.c89 struct evhttp *http;
H A Dregress_http.c67 static struct evhttp *http;
98 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int ipv6)
123 static struct evhttp *
126 struct evhttp *myhttp;
1377 struct evhttp *second = NULL, *third = NULL;
2088 struct evhttp *myhttp = NULL;
3460 struct evhttp *http = NULL;

Completed in 199 milliseconds