Searched defs:http (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libevent/test/
H A Dbench_http.c89 struct evhttp *http; local
H A Dregress_rpc.c141 struct evhttp *http = NULL; local
188 struct evhttp *http = NULL; local
257 struct evhttp *http = NULL; local
449 struct evhttp *http = NULL; local
535 struct evhttp *http = NULL; local
635 struct evhttp *http = NULL; local
687 struct evhttp *http = NULL; local
[all...]
H A Dregress_http.c67 static struct evhttp *http; variable in typeref:struct:evhttp
3460 struct evhttp *http = NULL; local
[all...]
/freebsd-10-stable/contrib/wpa/src/wps/
H A Dwps_er.h29 struct http_client *http; member in struct:wps_er_sta
39 struct http_client *http; member in struct:wps_er_ap
/freebsd-10-stable/contrib/ntp/sntp/libevent/
H A Dhttp.c1160 struct evhttp *http = evcon->http_server; local
3195 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3232 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3263 struct evhttp *http = arg; local
3337 struct evhttp *http = arg; local
3343 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) argument
3353 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) argument
3379 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) argument
3389 evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, void *argument) argument
3400 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) argument
3423 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) argument
3451 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3461 struct evhttp *http = NULL; local
3491 struct evhttp *http = NULL; local
3508 struct evhttp *http = NULL; local
3522 evhttp_free(struct evhttp* http) argument
3569 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3587 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
3601 evhttp_add_server_alias(struct evhttp *http, const char *alias) argument
3621 evhttp_remove_server_alias(struct evhttp *http, const char *alias) argument
3638 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) argument
3651 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) argument
3661 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) argument
3670 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) argument
3679 evhttp_set_default_content_type(struct evhttp *http, const char *content_type) argument
3685 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) argument
3691 evhttp_set_cb(struct evhttp *http, const char *uri, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3721 evhttp_del_cb(struct evhttp *http, const char *uri) argument
3740 evhttp_set_gencb(struct evhttp *http, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3748 evhttp_set_bevcb(struct evhttp *http, struct bufferevent* (*cb)(struct event_base *, void *), void *cbarg) argument
4001 evhttp_get_request_connection( struct evhttp* http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
4046 struct evhttp *http = evcon->http_server; local
4079 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
[all...]

Completed in 74 milliseconds