Searched refs:evlib_vh (Results 1 – 3 of 3) sorted by relevance
29 #define vh_to_priv_ev(_vh) ((struct lws_vh_eventlibs_libev *)(_vh)->evlib_vh)
613 vh->evlib_vh = (void *)&vh[1]; in lws_create_vhost()614 vh->name = (const char *)vh->evlib_vh + in lws_create_vhost()
443 void *evlib_vh; /* overallocated */ member