Home
last modified time | relevance | path

Searched refs:destroy_context1 (Results 1 – 3 of 3) sorted by relevance

/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h45 int (*destroy_context1)(struct lws_context *context); member
/third_party/libwebsockets/lib/core/
Dcontext.c1919 if (context->event_loop_ops->destroy_context1) { in lws_context_destroy()
1921 context->event_loop_ops->destroy_context1(context); in lws_context_destroy()
2060 context->event_loop_ops->destroy_context1) { in lws_context_destroy()
2068 if (context->event_loop_ops->destroy_context1 && in lws_context_destroy()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c409 .destroy_context1 = NULL,