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.h442 lws_ss_destroy_dll(struct lws_dll2 *d, void *user);
Dsecure-streams.c1661 lws_ss_destroy_dll(struct lws_dll2 *d, void *user) in lws_ss_destroy_dll() function
/external/libwebsockets/lib/core/
Dcontext.c1693 lws_dll2_foreach_safe(&pt->ss_owner, NULL, lws_ss_destroy_dll); in lws_pt_destroy()