Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp.h70 struct evhttp;
85 struct evhttp *evhttp_new(struct event_base *base);
133 int evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd);
215 void evhttp_free(struct evhttp* http);
233 void evhttp_set_default_content_type(struct evhttp *http,
260 int evhttp_set_cb(struct evhttp *http, const char *path,
265 int evhttp_del_cb(struct evhttp *, const char *);
279 void evhttp_set_gencb(struct evhttp *http,
297 void evhttp_set_bevcb(struct evhttp *http,
324 struct evhttp* vhost);
[all …]
H A Dhttp_compat.h61 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-13.1/contrib/libevent/include/event2/
H A Dhttp.h70 struct evhttp;
85 struct evhttp *evhttp_new(struct event_base *base);
215 void evhttp_free(struct evhttp* http);
233 void evhttp_set_default_content_type(struct evhttp *http,
260 int evhttp_set_cb(struct evhttp *http, const char *path,
265 int evhttp_del_cb(struct evhttp *, const char *);
279 void evhttp_set_gencb(struct evhttp *http,
297 void evhttp_set_bevcb(struct evhttp *http,
324 struct evhttp* vhost);
335 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
[all …]
H A Dhttp_compat.h61 struct evhttp *evhttp_start(const char *address, ev_uint16_t port);
H A Drpc.h281 struct evhttp;
291 struct evrpc_base *evrpc_init(struct evhttp *server);
/freebsd-13.1/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; argument
H A Dhttp.c196 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
2319 struct evhttp *
3195 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias()
3199 struct evhttp *vhost; in evhttp_find_alias()
3232 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost()
3235 struct evhttp *vhost; in evhttp_find_vhost()
3458 static struct evhttp*
3488 struct evhttp *
3505 struct evhttp *
3587 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) in evhttp_remove_virtual_host()
[all …]
H A Devrpc-internal.h76 struct evhttp* http_server;
H A DChangeLog28 New APIs (evhttp)
45 Bugfixes (evhttp)
105 evhttp callbacks, and more. There are also numerous bugfixes, including
134 New APIs (evhttp)
232 Bugfixes (evhttp)
390 Bugfixes (evhttp, crash fix, from 2.0)
628 BUGFIXES (evhttp)
691 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
791 BUGFIXES (evhttp):
1256 o Add evhttp callback for bufferevent creation; this lets evhttp
[all …]
H A DMakefile.am288 include/evhttp.h \
H A Dwhatsnew-2.1.txt387 1.9. New functions and features: evhttp
390 NOTE: The evhttp module will eventually be deprecated in favor of Mark
392 libevhtp provides every feature that evhttp does, and provides a
396 Previously, you could only set evhttp timeouts in increments of one
408 every listener on an evhttp object.
421 You can navigate from an evhttp_connection back to its evhttp with the
/freebsd-13.1/contrib/libevent/
H A Dhttp-internal.h93 struct evhttp *http_server;
137 struct evhttp { struct
139 TAILQ_ENTRY(evhttp) next_vhost;
149 TAILQ_HEAD(vhostsq, evhttp) virtualhosts; argument
H A Dhttp.c199 static int evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp,
2407 struct evhttp *
3344 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_alias()
3348 struct evhttp *vhost; in evhttp_find_alias()
3381 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, in evhttp_find_vhost()
3384 struct evhttp *vhost; in evhttp_find_vhost()
3607 static struct evhttp*
3637 struct evhttp *
3654 struct evhttp *
3736 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) in evhttp_remove_virtual_host()
[all …]
H A Devrpc-internal.h76 struct evhttp* http_server;
H A DChangeLog211 o test/http: localize evhttp server structure (cbc3209 Azat Khuzhin)
475 New APIs (evhttp)
492 Bugfixes (evhttp)
581 New APIs (evhttp)
679 Bugfixes (evhttp)
837 Bugfixes (evhttp, crash fix, from 2.0)
1075 BUGFIXES (evhttp)
1138 o evhttp: Fix a memory leak on error in evhttp_uriencode (11c8b31)
1238 BUGFIXES (evhttp):
1703 o Add evhttp callback for bufferevent creation; this lets evhttp
[all …]
H A DMakefile.am292 include/evhttp.h \
H A Dwhatsnew-2.1.txt404 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
/freebsd-13.1/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c76 static struct evhttp *
79 struct evhttp *myhttp; in http_setup()
138 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) in rpc_setup()
141 struct evhttp *http = NULL; in rpc_setup()
188 struct evhttp *http = NULL; in rpc_basic_test()
257 struct evhttp *http = NULL; in rpc_basic_message()
449 struct evhttp *http = NULL; in rpc_basic_client()
535 struct evhttp *http = NULL; in rpc_basic_queued_client()
635 struct evhttp *http = NULL; in rpc_basic_client_with_pause()
687 struct evhttp *http = NULL; in rpc_client_timeout()
H A Dbench_http.c89 struct evhttp *http; in main()
H A Dregress_http.c67 static struct evhttp *http;
98 http_bind(struct evhttp *myhttp, ev_uint16_t *pport, int ipv6) in http_bind()
123 static struct evhttp *
126 struct evhttp *myhttp; in http_setup()
1377 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test()
2088 struct evhttp *myhttp = NULL; in http_highport_test()
3460 struct evhttp *http = NULL; in http_primitives()
/freebsd-13.1/contrib/libevent/test/
H A Dregress_rpc.c76 static struct evhttp *
79 struct evhttp *myhttp; in http_setup()
138 rpc_setup(struct evhttp **phttp, ev_uint16_t *pport, struct evrpc_base **pbase) in rpc_setup()
141 struct evhttp *http = NULL; in rpc_setup()
188 struct evhttp *http = NULL; in rpc_basic_test()
257 struct evhttp *http = NULL; in rpc_basic_message()
449 struct evhttp *http = NULL; in rpc_basic_client()
535 struct evhttp *http = NULL; in rpc_basic_queued_client()
635 struct evhttp *http = NULL; in rpc_basic_client_with_pause()
687 struct evhttp *http = NULL; in rpc_client_timeout()
H A Dregress_http.c130 static struct evhttp *
133 struct evhttp *myhttp; in http_setup()
647 struct evhttp *http = http_setup(&port, data->base, 0); in http_bad_request_test()
768 struct evhttp *http = http_setup(&port, data->base, 0); in http_delete_test()
1021 struct evhttp *http; in http_connection_test_()
1419 struct evhttp *inactive_http = NULL; in http_cancel_test()
1625 struct evhttp *second = NULL, *third = NULL; in http_virtual_host_test()
2341 struct evhttp *myhttp = NULL; in http_highport_test()
2958 struct evhttp *http; in http_base_test()
3594 struct evhttp *http;
[all …]
H A Dbench_http.c89 struct evhttp *http; in main()
/freebsd-13.1/contrib/libevent/sample/
H A Dhttp-server.c333 struct evhttp *http; in main()

12