Home
last modified time | relevance | path

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

/external/libwebsockets/lib/event-libs/
Dprivate-lib-event-libs.h38 int (*destroy_context1)(struct lws_context *context); member
/external/libwebsockets/lib/core/
Dcontext.c1288 if (context->event_loop_ops->destroy_context1) { in lws_context_destroy()
1289 context->event_loop_ops->destroy_context1(context); in lws_context_destroy()