/freebsd/contrib/wpa/src/wps/ |
H A D | http_server.c | 23 struct http_server *srv; 29 struct http_server { struct 45 struct http_server *srv = req->srv; in http_request_cb() argument 61 static struct http_request * http_request_init(struct http_server *srv, int fd, in http_request_init() 94 struct http_server *srv; in http_request_deinit() 203 struct http_server *srv = eloop_ctx; in http_server_cb() 228 struct http_server * http_server_init(struct in_addr *addr, int port, in http_server_init() 234 struct http_server *srv; in http_server_init() 297 void http_server_deinit(struct http_server *srv) in http_server_deinit() 311 int http_server_get_port(struct http_server *srv) in http_server_get_port()
|
H A D | http_server.h | 12 struct http_server; 26 struct http_server * http_server_init(struct in_addr *addr, int port, 30 void http_server_deinit(struct http_server *srv); 31 int http_server_get_port(struct http_server *srv);
|
H A D | Makefile | 8 http_server.o \
|
H A D | wps_er.h | 88 struct http_server *http_srv;
|
H A D | wps_upnp_i.h | 139 struct http_server *web_srv;
|
/freebsd/usr.sbin/wpa/src/wps/ |
H A D | Makefile | 14 http_server.c \
|
/freebsd/contrib/ntp/sntp/libevent/ |
H A D | evrpc.c | 72 evrpc_init(struct evhttp *http_server) in evrpc_init() argument 87 base->http_server = http_server; in evrpc_init() 239 evhttp_set_cb(base->http_server, in evrpc_register_rpc() 270 r = evhttp_del_cb(base->http_server, registered_uri); in evrpc_unregister_rpc() 583 EVUTIL_ASSERT(connection->http_server == NULL); in evrpc_pool_add_connection()
|
H A D | evrpc-internal.h | 76 struct evhttp* http_server; member
|
H A D | http-internal.h | 90 struct evhttp *http_server; member
|
H A D | http.c | 569 && evcon->http_server->default_content_type) { in evhttp_make_header_response() 572 evcon->http_server->default_content_type); in evhttp_make_header_response() 1241 if (evcon->http_server != NULL) { in evhttp_connection_free() 1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 1523 EVUTIL_ASSERT(evcon->http_server == NULL); in evhttp_error_cb() 1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname)) in evhttp_parse_request_line() 2451 return evcon->http_server; in evhttp_connection_get_server() 4288 struct evhttp *http = evcon->http_server; in evhttp_associate_new_request_with_connection() 4342 evcon->http_server = http; in evhttp_get_request()
|
/freebsd/contrib/libevent/ |
H A D | evrpc.c | 72 evrpc_init(struct evhttp *http_server) in evrpc_init() argument 87 base->http_server = http_server; in evrpc_init() 239 evhttp_set_cb(base->http_server, in evrpc_register_rpc() 270 r = evhttp_del_cb(base->http_server, registered_uri); in evrpc_unregister_rpc() 583 EVUTIL_ASSERT(connection->http_server == NULL); in evrpc_pool_add_connection()
|
H A D | evrpc-internal.h | 76 struct evhttp* http_server; member
|
H A D | http-internal.h | 90 struct evhttp *http_server; member
|
H A D | http.c | 569 && evcon->http_server->default_content_type) { in evhttp_make_header_response() 572 evcon->http_server->default_content_type); in evhttp_make_header_response() 1241 if (evcon->http_server != NULL) { in evhttp_connection_free() 1242 struct evhttp *http = evcon->http_server; in evhttp_connection_free() 1523 EVUTIL_ASSERT(evcon->http_server == NULL); in evhttp_error_cb() 1892 !evhttp_find_vhost(req->evcon->http_server, NULL, hostname)) in evhttp_parse_request_line() 2451 return evcon->http_server; in evhttp_connection_get_server() 4288 struct evhttp *http = evcon->http_server; in evhttp_associate_new_request_with_connection() 4342 evcon->http_server = http; in evhttp_get_request()
|
/freebsd/crypto/openssl/apps/lib/ |
H A D | build.info | 12 columns.c app_params.c names.c app_provider.c app_x509.c http_server.c \
|
/freebsd/contrib/wpa/src/utils/ |
H A D | browser-system.c | 67 struct http_server *http; in hs20_web_browser()
|
H A D | browser-android.c | 67 struct http_server *http; in hs20_web_browser()
|
H A D | browser-wpadebug.c | 68 struct http_server *http; in hs20_web_browser()
|
/freebsd/secure/usr.bin/openssl/ |
H A D | Makefile | 29 SRCS+= lib/app_x509.c lib/http_server.c
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | Makefile | 42 OBJS += ../../src/wps/http_server.o
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_http.c | 3656 struct http_server struct 3666 struct http_server *hs = (struct http_server *)arg; in http_make_web_server() argument 3677 struct http_server hs = { 0, ssl, NULL, }; in http_simple_test_impl() 3721 struct http_server hs = { 0, ssl, NULL, }; in http_connection_retry_test_basic()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_http.c | 3656 struct http_server struct 3666 struct http_server *hs = (struct http_server *)arg; in http_make_web_server() argument 3677 struct http_server hs = { 0, ssl, NULL, }; in http_simple_test_impl() 3721 struct http_server hs = { 0, ssl, NULL, }; in http_connection_retry_test_basic()
|