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

/freebsd-13-stable/contrib/wpa/src/utils/
H A Dbrowser-android.c67 struct http_server *http; local
H A Dbrowser-system.c67 struct http_server *http; local
H A Dbrowser-wpadebug.c68 struct http_server *http; local
H A Dhttp_curl.c1509 long http = 0; local
1622 long http = 0; local
1687 long http = 0; local
[all...]
/freebsd-13-stable/contrib/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.c464 struct evhttp *http = http_setup(&port, data->base, server_flags); local
647 struct evhttp *http = http_setup(&port, data->base, 0); local
768 struct evhttp *http = http_setup(&port, data->base, 0); local
852 struct evhttp *http = http_setup(&port, data->base, 0); local
913 struct evhttp *http = http_setup(&port, data->base, 0); local
1021 struct evhttp *http; local
1150 struct evhttp *http = http_setup(&port, data->base, 0); local
1241 struct evhttp *http = http_setup(&port, data->base, 0); local
1426 struct evhttp *http = http_setup(&port, data->base, 0); local
1629 struct evhttp *http = http_setup(&port, data->base, 0); local
1879 struct evhttp *http = http_setup(&port, data->base, 0); local
1928 struct evhttp *http = http_setup(&port, data->base, 0); local
2067 struct evhttp *http = http_setup(&port, data->base, 0); local
2192 struct evhttp *http = http_setup(&port, data->base, 0); local
2282 struct evhttp *http = http_setup(&port, data->base, 0); local
2958 struct evhttp *http; local
3045 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3264 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3340 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3413 struct evhttp *http = http_setup(&port, data->base, 0); local
3485 struct evhttp *http = http_setup(&port, data->base, 0); local
3537 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3594 struct evhttp *http; member in struct:http_server
3612 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3655 struct evhttp *http = http_setup(&hs.port, data->base, ssl ? HTTP_BIND_SSL : 0); local
3816 struct evhttp *http = NULL; local
3850 struct evhttp *http = http_setup(&port, data->base, 0); local
3915 struct evhttp *http = http_setup(&port, data->base, 0); local
3985 struct evhttp *http = http_setup(&port, data->base, 0); local
4105 struct evhttp *http = http_setup(&port, data->base, 0); local
4258 struct evhttp *http = http_setup(&port, data->base, 0); local
4380 struct evhttp *http = http_setup(&port, data->base, 0); local
4449 struct evhttp *http = http_setup(&port, data->base, ssl ? HTTP_BIND_SSL : 0); local
4486 struct evhttp *http = http_setup(&port, data->base, 0); local
[all...]
/freebsd-13-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-13-stable/contrib/wpa/hs20/client/
H A Dosu_client.h29 struct http_ctx *http; member in struct:hs20_osu_client
/freebsd-13-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-13-stable/contrib/libevent/sample/
H A Dhttp-server.c333 struct evhttp *http; local
[all...]
/freebsd-13-stable/stand/efi/libefi/
H A Defihttp.c75 EFI_HTTP_PROTOCOL *http; member in struct:open_efihttp
[all...]
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.h440 int http; member in struct:auth_master
/freebsd-13-stable/contrib/libevent/
H A Dhttp.c1222 struct evhttp *http = evcon->http_server; local
3344 evhttp_find_alias(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3381 evhttp_find_vhost(struct evhttp *http, struct evhttp **outhttp, const char *hostname) argument
3412 struct evhttp *http = arg; local
3486 struct evhttp *http = arg; local
3492 evhttp_bind_socket(struct evhttp *http, const char *address, ev_uint16_t port) argument
3502 evhttp_bind_socket_with_handle(struct evhttp *http, const char *address, ev_uint16_t port) argument
3528 evhttp_accept_socket(struct evhttp *http, evutil_socket_t fd) argument
3538 evhttp_foreach_bound_socket(struct evhttp *http, evhttp_bound_socket_foreach_fn *function, void *argument) argument
3549 evhttp_accept_socket_with_handle(struct evhttp *http, evutil_socket_t fd) argument
3572 evhttp_bind_listener(struct evhttp *http, struct evconnlistener *listener) argument
3600 evhttp_del_accept_socket(struct evhttp *http, struct evhttp_bound_socket *bound) argument
3610 struct evhttp *http = NULL; local
3640 struct evhttp *http = NULL; local
3657 struct evhttp *http = NULL; local
3671 evhttp_free(struct evhttp* http) argument
3718 evhttp_add_virtual_host(struct evhttp* http, const char *pattern, struct evhttp* vhost) argument
3736 evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost) argument
3750 evhttp_add_server_alias(struct evhttp *http, const char *alias) argument
3770 evhttp_remove_server_alias(struct evhttp *http, const char *alias) argument
3787 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) argument
3800 evhttp_set_timeout_tv(struct evhttp* http, const struct timeval* tv) argument
3809 evhttp_set_flags(struct evhttp *http, int flags) argument
3824 evhttp_set_max_headers_size(struct evhttp* http, ev_ssize_t max_headers_size) argument
3833 evhttp_set_max_body_size(struct evhttp* http, ev_ssize_t max_body_size) argument
3842 evhttp_set_default_content_type(struct evhttp *http, const char *content_type) argument
3848 evhttp_set_allowed_methods(struct evhttp* http, ev_uint16_t methods) argument
3854 evhttp_set_cb(struct evhttp *http, const char *uri, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3884 evhttp_del_cb(struct evhttp *http, const char *uri) argument
3903 evhttp_set_gencb(struct evhttp *http, void (*cb)(struct evhttp_request *, void *), void *cbarg) argument
3911 evhttp_set_bevcb(struct evhttp *http, struct bufferevent* (*cb)(struct event_base *, void *), void *cbarg) argument
4164 evhttp_get_request_connection( struct evhttp* http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
4213 struct evhttp *http = evcon->http_server; local
4246 evhttp_get_request(struct evhttp *http, evutil_socket_t fd, struct sockaddr *sa, ev_socklen_t salen) argument
[all...]
/freebsd-13-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 283 milliseconds