Searched refs:destroy_pt (Results 1 – 2 of 2) sorted by relevance
58 void (*destroy_pt)(struct lws_context *context, int tsi); member
959 if (context->event_loop_ops->destroy_pt) in lws_context_destroy3()960 context->event_loop_ops->destroy_pt(context, n); in lws_context_destroy3()1050 if (context->event_loop_ops->destroy_pt) in lws_context_destroy2()1051 context->event_loop_ops->destroy_pt(context, n); in lws_context_destroy2()