Home
last modified time | relevance | path

Searched refs:LWS_SYSTATE_POLICY_VALID (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h131 LWS_SYSTATE_POLICY_VALID, /* user code knows how to operate... */ enumerator
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
Dminimal-secure-streams.c321 case LWS_SYSTATE_POLICY_VALID: /* overlay on the loaded policy */ in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c378 case LWS_SYSTATE_POLICY_VALID: /* overlay on the loaded policy */ in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c417 case LWS_SYSTATE_POLICY_VALID: /* overlay on the loaded policy */ in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c462 case LWS_SYSTATE_POLICY_VALID: /* overlay on the loaded policy */ in app_system_state_nf()
/third_party/libwebsockets/lib/core/
Dcontext.c195 if (target == LWS_SYSTATE_POLICY_VALID && in lws_state_notify_protocol_init()
222 if (target != LWS_SYSTATE_POLICY_VALID) in lws_state_notify_protocol_init()
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md204 |`LWS_SYSTATE_POLICY_VALID`|If the system needs information about how to act from the net, it has i…