Searched refs:destroy_pt (Results 1 – 3 of 3) sorted by relevance
65 void (*destroy_pt)(struct lws_context *context, int tsi); member
419 .destroy_pt = destroy_pt_sd,
1878 if (context->event_loop_ops->destroy_pt) { in lws_context_destroy()1881 context->event_loop_ops->destroy_pt(context, n); in lws_context_destroy()