Home
last modified time | relevance | path

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

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