Home
last modified time | relevance | path

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

/external/libwebsockets/lib/event-libs/
Dprivate-lib-event-libs.h40 int (*destroy_context2)(struct lws_context *context); member
/external/libwebsockets/lib/core/
Dcontext.c1114 if (context->event_loop_ops->destroy_context2) in lws_context_destroy2()
1115 if (context->event_loop_ops->destroy_context2(context)) { in lws_context_destroy2()
1199 if (context->event_loop_ops->destroy_context2) in lws_context_destroy()
1200 context->event_loop_ops->destroy_context2(context); in lws_context_destroy()