Home
last modified time | relevance | path

Searched refs:lws_system_get_ops (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/system/ntpclient/
H A Dntpclient.c136 if (!lws_system_get_ops(wsi->a.context) || in callback_ntpc()
137 !lws_system_get_ops(wsi->a.context)->set_clock) { in callback_ntpc()
234 if (lws_system_get_ops(wsi->a.context) && in callback_ntpc()
235 lws_system_get_ops(wsi->a.context)->set_clock) in callback_ntpc()
236 lws_system_get_ops(wsi->a.context)->set_clock((int64_t)ns / 1000); in callback_ntpc()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-system.h229 * lws_system_get_ops() - get ahold of the system ops struct from the context
237 lws_system_get_ops(struct lws_context *context);
/third_party/libwebsockets/lib/system/
H A Dsystem.c33 lws_system_get_ops(struct lws_context *context) in lws_system_get_ops() function
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-attach/
H A Dminimal-http-client-attach.c259 lws_system_get_ops(context)->attach(context, 0, attach_callback, in main()
/third_party/libwebsockets/lib/core/
H A Dcontext.c1564 if (lws_system_get_ops(cx) && in lws_system_cpd_start()
1565 lws_system_get_ops(cx)->captive_portal_detect_request) in lws_system_cpd_start()
1566 return lws_system_get_ops(cx)->captive_portal_detect_request(cx); in lws_system_cpd_start()

Completed in 4 milliseconds