Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/event-libs/libev/
Dlibev.c29 #define vh_to_priv_ev(_vh) ((struct lws_vh_eventlibs_libev *)(_vh)->evlib_vh)
/third_party/libwebsockets/lib/core-net/
Dvhost.c613 vh->evlib_vh = (void *)&vh[1]; in lws_create_vhost()
614 vh->name = (const char *)vh->evlib_vh + in lws_create_vhost()
Dprivate-lib-core-net.h443 void *evlib_vh; /* overallocated */ member