Searched refs:destroy_context2 (Results 1 – 2 of 2) sorted by relevance
40 int (*destroy_context2)(struct lws_context *context); member
1114 if (context->event_loop_ops->destroy_context2) in lws_context_destroy2()1115 if (context->event_loop_ops->destroy_context2(context)) { in lws_context_destroy2()1199 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()1200 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()