/third_party/libwebsockets/lib/tls/ |
D | tls-server.c | 51 if (!lws_check_opt(info->options, in lws_context_init_server_ssl() 71 vhost->tls.use_ssl = lws_check_opt(vhost->options, in lws_context_init_server_ssl() 92 if (lws_check_opt(info->options, in lws_context_init_server_ssl() 241 if (lws_check_opt(wsi->a.vhost->options, in lws_server_socket_service_ssl() 249 if (lws_check_opt(wsi->a.vhost->options, in lws_server_socket_service_ssl() 257 if (lws_check_opt(wsi->a.vhost->options, in lws_server_socket_service_ssl()
|
D | tls-client.c | 135 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT)) in lws_context_init_client_ssl()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-tls.c | 99 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT)) { in lws_context_init_ssl_library() 161 if (!lws_check_opt(context->options, in lws_context_deinit_ssl_library()
|
D | openssl-server.c | 77 if (!lws_check_opt(vh->options, in lws_tls_server_client_cert_verify_config() 81 if (!lws_check_opt(vh->options, in lws_tls_server_client_cert_verify_config() 448 if (lws_check_opt(vhost->context->options, LWS_SERVER_OPTION_SSL_ECDH))
|
D | openssl-client.c | 802 if (!lws_check_opt(vh->options, LWS_SERVER_OPTION_DISABLE_OS_CA_CERTS)) { 950 if (!lws_check_opt(vh->options, LWS_SERVER_OPTION_DISABLE_OS_CA_CERTS))
|
D | openssl-ssl.c | 163 if (!lws_check_opt(vhost->context->options, in lws_ssl_destroy()
|
/third_party/libwebsockets/lib/core/ |
D | context.c | 437 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_DISABLE_IPV6)) in lws_create_context() 498 if (!lws_check_opt(info->options, map[n].flag)) in lws_create_context() 543 if (lws_check_opt(info->options, LWS_SERVER_OPTION_LIBUV)) { in lws_create_context() 552 if (lws_check_opt(info->options, LWS_SERVER_OPTION_LIBEVENT)) { in lws_create_context() 560 if (lws_check_opt(info->options, LWS_SERVER_OPTION_GLIB)) { in lws_create_context() 568 if (lws_check_opt(info->options, LWS_SERVER_OPTION_LIBEV)) { in lws_create_context() 576 if (lws_check_opt(info->options, LWS_SERVER_OPTION_SDEVENT)) { in lws_create_context() 584 if (lws_check_opt(info->options, LWS_SERVER_OPTION_ULOOP)) { in lws_create_context() 1371 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_EXPLICIT_VHOSTS)) { in lws_create_context() 1419 assert(lws_check_opt(info->options, in lws_create_context() [all …]
|
D | libwebsockets.c | 736 if (lws_check_opt(context->options, LWS_SERVER_OPTION_EXPLICIT_VHOSTS)) in lws_finalize_startup()
|
/third_party/libwebsockets/lib/tls/mbedtls/ |
D | mbedtls-tls.c | 39 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT)) in lws_context_init_ssl_library()
|
D | mbedtls-server.c | 35 if (!lws_check_opt(vh->options, in lws_tls_server_client_cert_verify_config() 41 if (!lws_check_opt(vh->options, LWS_SERVER_OPTION_PEER_CERT_NOT_REQUIRED)) in lws_tls_server_client_cert_verify_config()
|
D | mbedtls-ssl.c | 31 if (!lws_check_opt(vhost->context->options, in lws_ssl_destroy()
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 656 if (!lws_check_opt(context->options, LWS_SERVER_OPTION_LIBUV)) in elops_destroy_pt_uv() 678 if (lws_check_opt(context->options, in elops_destroy_pt_uv() 750 if (lws_check_opt(context->options, in elops_init_pt_uv()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-plugins.c | 170 if (lws_check_opt(context->options, LWS_SERVER_OPTION_LIBUV) && in lws_plat_plugins_destroy()
|
D | windows-sockets.c | 261 if (lws_check_opt(vhost->options, in lws_plat_vhost_tls_client_ctx_init()
|
/third_party/libwebsockets/lib/roles/ws/ |
D | client-parser-ws.c | 81 wsi->ws->check_utf8 = lws_check_opt( in lws_ws_client_rx_sm() 386 if (lws_check_opt(wsi->a.context->options, in lws_ws_client_rx_sm()
|
D | ops-ws.c | 155 wsi->ws->check_utf8 = lws_check_opt( in lws_ws_rx_sm() 448 if (lws_check_opt(wsi->a.context->options, in lws_ws_rx_sm()
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-context-vhost.h | 249 #define lws_check_opt(c, f) ((((uint64_t)c) & ((uint64_t)f)) == ((uint64_t)f)) macro
|
/third_party/libwebsockets/lib/core-net/ |
D | vhost.c | 146 if (lws_check_opt(wsi->a.vhost->options, in lws_role_call_adoption_bind() 514 (lws_check_opt(vh->options, LWS_SERVER_OPTION_SKIP_PROTOCOL_INIT))) in lws_protocol_init() 661 if (lws_check_opt(info->options, LWS_SERVER_OPTION_ONLY_RAW)) in lws_create_vhost()
|
D | private-lib-core-net.h | 187 (!lws_check_opt(vh->context->options, LWS_SERVER_OPTION_DISABLE_IPV6) && \ 188 !lws_check_opt(vh->options, LWS_SERVER_OPTION_DISABLE_IPV6))
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 220 if (!lws_check_opt(a->vhost->options, in _lws_vhost_init_server_af() 261 n = lws_check_opt(a->vhost->options, in _lws_vhost_init_server_af() 383 if (!lws_check_opt(cx->options, LWS_SERVER_OPTION_EXPLICIT_VHOSTS)) { in _lws_vhost_init_server_af() 3321 if (lws_check_opt(info->options, in lws_server_get_canonical_hostname()
|
/third_party/libwebsockets/lib/event-libs/ |
D | README.md | 88 if (lws_check_opt(info->options, LWS_SERVER_OPTION_LIBUV)) {
|
/third_party/libwebsockets/lib/roles/http/client/ |
D | client-http.c | 1207 if (lws_check_opt(wsi->a.context->options, in lws_generate_client_handshake()
|
/third_party/libwebsockets/lib/roles/http/ |
D | parsers.c | 1356 if (lws_check_opt(wsi->a.vhost->options, in lws_parse()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | http2.c | 1346 if (lws_check_opt(h2n->swsi->a.vhost->options, in lws_h2_parse_frame_header()
|