Home
last modified time | relevance | path

Searched refs:lws_system_cpd_state_get (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c219 if (lws_system_cpd_state_get(cx)) in app_system_state_nf()
232 lws_system_cpd_state_get(cx)); in app_system_state_nf()
240 if (lws_system_cpd_state_get(cx) != LWS_CPD_INTERNET_OK) { in app_system_state_nf()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h399 lws_system_cpd_state_get(struct lws_context *context);
/third_party/libwebsockets/lib/core/
Dcontext.c179 if (lws_system_cpd_state_get(context) == LWS_CPD_INTERNET_OK) in lws_state_notify_protocol_init()
1613 lws_system_cpd_state_get(struct lws_context *cx) in lws_system_cpd_state_get() function