Lines Matching defs:vhd
51 struct vhd { struct
52 struct lws_context *context;
53 struct lws_vhost *vhost;
54 const struct lws_protocols *protocol;
56 struct pss *pss_list; /* linked-list of live pss*/
57 pthread_t pthread_spam[2];
59 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */
60 struct lws_ring *ring; /* ringbuffer holding unsent messages */
61 char finished;
93 struct vhd *vhd = (struct vhd *)d; in thread_spam() local
156 struct vhd *vhd = (struct vhd *)lws_protocol_vh_priv_get( in callback_sse() local