Searched refs:destroy_context2 (Results 1 – 3 of 3) sorted by relevance
47 int (*destroy_context2)(struct lws_context *context); member
1979 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()1985 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()2101 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()2102 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()
410 .destroy_context2 = NULL,