Home
last modified time | relevance | path

Searched refs:destroy_pt (Results 1 – 2 of 2) sorted by relevance

/external/libwebsockets/lib/event-libs/
Dprivate-lib-event-libs.h58 void (*destroy_pt)(struct lws_context *context, int tsi); member
/external/libwebsockets/lib/core/
Dcontext.c959 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()