Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/plat/unix/
Dunix-init.c43 lws_container_of(sul, struct lws_context_per_thread, sul_plat); in lws_sul_plat_unix()
81 &pt->sul_plat, 30 * LWS_US_PER_SEC); in lws_sul_plat_unix()
205 context->pt[0].sul_plat.cb = lws_sul_plat_unix; in lws_plat_init()
207 &context->pt[0].sul_plat, 30 * LWS_US_PER_SEC); in lws_plat_init()
/third_party/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h311 lws_sorted_usec_list_t sul_plat; member