Searched refs:destroy_context1 (Results 1 – 3 of 3) sorted by relevance
45 int (*destroy_context1)(struct lws_context *context); member
1919 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()
409 .destroy_context1 = NULL,