Home
last modified time | relevance | path

Searched refs:tls_gate_accepts (Results 1 – 2 of 2) sorted by relevance

/third_party/libwebsockets/lib/tls/
Dtls-network.c205 if (context->tls_gate_accepts == (char)on) in lws_gate_accepts()
208 context->tls_gate_accepts = (char)on; in lws_gate_accepts()
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h725 char tls_gate_accepts; member