Home
last modified time | relevance | path

Searched refs:client_bound_sspc (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/core-net/client/
Dconnect.c192 …wsi->client_bound_sspc = !!(i->ssl_connection & LCCSCF_SECSTREAM_PROXY_LINK); /* so wsi close unde… in lws_client_connect_via_info()
212 if (wsi->client_bound_sspc) { in lws_client_connect_via_info()
399 wsi->client_bound_sspc ? in lws_client_connect_via_info()
/third_party/libwebsockets/lib/core-net/
Dclose.c219 if (wsi->client_bound_sspc) { in __lws_free_wsi()
820 if (wsi->client_bound_sspc) { in __lws_close_free_wsi()
Dprivate-lib-core-net.h808 unsigned int client_bound_sspc:1; member
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c605 if (wsi->client_bound_sspc) { in lws_metrics_hist_bump_describe_wsi()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c718 && !wsi->client_bound_sspc in lws_client_interpret_server_handshake()