Home
last modified time | relevance | path

Searched refs:lws_ss_destroy_dll (Results 1 – 3 of 3) sorted by relevance

/external/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h270 lws_ss_destroy_dll(struct lws_dll2 *d, void *user);
Dsecure-streams.c527 lws_ss_destroy_dll(struct lws_dll2 *d, void *user) in lws_ss_destroy_dll() function
/external/libwebsockets/lib/core/
Dcontext.c1029 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_destroy_dll); in lws_context_destroy2()