Home
last modified time | relevance | path

Searched refs:system_ops (Results 1 – 18 of 18) sorted by relevance

/third_party/libwebsockets/lib/system/
Dsystem.c35 return context->system_ops; in lws_system_get_ops()
229 assert(pt->context->system_ops->attach); in lws_system_do_attach()
230 if (!pt->context->system_ops->attach) { in lws_system_do_attach()
241 if (pt->context->system_ops->attach(pt->context, pt->tid, NULL, in lws_system_do_attach()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-proxy/
Dmain.c239 static const lws_system_ops_t system_ops = { variable
291 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-perf/
Dminimal-secure-streams.c415 static const lws_system_ops_t system_ops = { variable
501 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-blob/
Dminimal-secure-streams.c474 static const lws_system_ops_t system_ops = { variable
578 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-testsfail/
Dminimal-secure-streams-testsfail.c793 static const lws_system_ops_t system_ops = { variable
865 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams/
Dminimal-secure-streams.c519 static const lws_system_ops_t system_ops = { variable
618 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
Dminimal-http-client.c403 static lws_system_ops_t system_ops = { variable
437 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/lib/tls/
Dtls-jit-trust.c185 if (!wsi->a.context->system_ops || in lws_tls_jit_trust_sort_kids()
186 !wsi->a.context->system_ops->jit_trust_query) in lws_tls_jit_trust_sort_kids()
225 wsi->a.context->system_ops->jit_trust_query(wsi->a.context, in lws_tls_jit_trust_sort_kids()
306 cx->system_ops->jit_trust_query(cx, jci.skids[n].kid, in lws_tls_jit_trust_vhost_bind()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-stress/
Dminimal-secure-streams.c537 static const lws_system_ops_t system_ops = { variable
678 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/lib/system/metrics/
Dmetrics.c166 if (!ctx->system_ops || !ctx->system_ops->metric_report) in lws_metrics_periodic_cb()
688 if (!ctx->system_ops || !ctx->system_ops->metric_report) in lws_metrics_dump_cb()
695 n = ctx->system_ops->metric_report(pub); in lws_metrics_dump_cb()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c372 static const lws_system_ops_t system_ops = { variable
570 info.system_ops = &system_ops; in main()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
Dminimal-http-client-attach.c188 info.system_ops = &ops; in lws_create()
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
Dminimal-http-client-captive-portal.c297 info.system_ops = &ops; in main()
/third_party/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h764 const lws_system_ops_t *system_ops; member
/third_party/libwebsockets/lib/core/
Dprivate-lib-core.h645 const lws_system_ops_t *system_ops; member
Dcontext.c655 context->system_ops = info->system_ops; in lws_create_context()
/third_party/libwebsockets/READMEs/
DREADME.lws_system.md7 `lws_system` allows you to set a `system_ops` struct at context creation time,
DREADME.lws_metrics.md119 static const lws_system_ops_t system_ops = {