Home
last modified time | relevance | path

Searched refs:lws_check_opt (Results 1 – 24 of 24) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-server.c51 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()
Dtls-client.c135 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/
Dopenssl-tls.c99 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()
Dopenssl-server.c77 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))
Dopenssl-client.c802 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))
Dopenssl-ssl.c163 if (!lws_check_opt(vhost->context->options, in lws_ssl_destroy()
/third_party/libwebsockets/lib/core/
Dcontext.c437 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 …]
Dlibwebsockets.c736 if (lws_check_opt(context->options, LWS_SERVER_OPTION_EXPLICIT_VHOSTS)) in lws_finalize_startup()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-tls.c39 if (!lws_check_opt(info->options, LWS_SERVER_OPTION_DO_SSL_GLOBAL_INIT)) in lws_context_init_ssl_library()
Dmbedtls-server.c35 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()
Dmbedtls-ssl.c31 if (!lws_check_opt(vhost->context->options, in lws_ssl_destroy()
/third_party/libwebsockets/lib/event-libs/libuv/
Dlibuv.c656 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/
Dwindows-plugins.c170 if (lws_check_opt(context->options, LWS_SERVER_OPTION_LIBUV) && in lws_plat_plugins_destroy()
Dwindows-sockets.c261 if (lws_check_opt(vhost->options, in lws_plat_vhost_tls_client_ctx_init()
/third_party/libwebsockets/lib/roles/ws/
Dclient-parser-ws.c81 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()
Dops-ws.c155 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/
Dlws-context-vhost.h249 #define lws_check_opt(c, f) ((((uint64_t)c) & ((uint64_t)f)) == ((uint64_t)f)) macro
/third_party/libwebsockets/lib/core-net/
Dvhost.c146 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()
Dprivate-lib-core-net.h187 (!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/
Dserver.c220 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/
DREADME.md88 if (lws_check_opt(info->options, LWS_SERVER_OPTION_LIBUV)) {
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c1207 if (lws_check_opt(wsi->a.context->options, in lws_generate_client_handshake()
/third_party/libwebsockets/lib/roles/http/
Dparsers.c1356 if (lws_check_opt(wsi->a.vhost->options, in lws_parse()
/third_party/libwebsockets/lib/roles/h2/
Dhttp2.c1346 if (lws_check_opt(h2n->swsi->a.vhost->options, in lws_h2_parse_frame_header()