Home
last modified time | relevance | path

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

/external/libwebsockets/lib/system/
Dsystem.c35 return context->system_ops; in lws_system_get_ops()
227 assert(pt->context->system_ops->attach); in lws_system_do_attach()
228 if (!pt->context->system_ops->attach) { in lws_system_do_attach()
239 if (pt->context->system_ops->attach(pt->context, pt->tid, NULL, in lws_system_do_attach()
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
Dminimal-http-client-attach.c186 info.system_ops = &ops; in lws_create()
/external/libwebsockets/include/libwebsockets/
Dlws-context-vhost.h692 const lws_system_ops_t *system_ops; member
/external/libwebsockets/lib/core/
Dprivate-lib-core.h443 const lws_system_ops_t *system_ops; member
Dcontext.c272 context->system_ops = info->system_ops; in lws_create_context()
/external/libwebsockets/READMEs/
DREADME.lws_system.md7 `lws_system` allows you to set a `system_ops` struct at context creation time,