Home
last modified time | relevance | path

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

/third_party/libwebsockets/include/libwebsockets/
Dlws-eventlib-exports.h47 int (*destroy_context2)(struct lws_context *context); member
/third_party/libwebsockets/lib/core/
Dcontext.c1967 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()
1973 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()
2086 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()
2087 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()
/third_party/libwebsockets/lib/event-libs/sdevent/
Dsdevent.c410 .destroy_context2 = NULL,