Home
last modified time | relevance | path

Searched refs:lws_system_context_from_system_mgr (Results 1 – 17 of 17) sorted by relevance

/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-avs/
Dmain-client.c36 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
Dmain.c255 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
Dmain.c293 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-sigv4/
Dss-s3-main.c172 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
Dmain.c157 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-metadata/
Dminimal-secure-streams.c219 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-staticpolicy/
Dminimal-secure-streams.c125 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/include/libwebsockets/
Dlws-system.h250 lws_system_context_from_system_mgr(lws_state_manager_t *mgr);
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c215 struct lws_context *cx = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-post/
Dminimal-secure-streams-post.c397 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/
Dmain.c305 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-hugeurl/
Dminimal-secure-streams.c325 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
Dminimal-secure-streams.c298 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c355 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c394 struct lws_context *context = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c439 struct lws_context *cx = lws_system_context_from_system_mgr(mgr); in app_system_state_nf()
/third_party/libwebsockets/lib/core/
Dcontext.c2239 lws_system_context_from_system_mgr(lws_state_manager_t *mgr) in lws_system_context_from_system_mgr() function