Lines Matching defs:vhd
45 struct vhd { struct
46 struct lws_context *context;
47 struct lws_vhost *vhost;
48 const struct lws_protocols *protocol;
50 struct pss *pss_list; /* linked-list of live pss*/
51 pthread_t pthread_spam[2];
53 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */
54 struct lws_ring *ring; /* ringbuffer holding unsent messages */
55 char finished;
87 struct vhd *vhd = (struct vhd *)d; in thread_spam() local
147 struct vhd *vhd = (struct vhd *)lws_protocol_vh_priv_get( in callback_sse() local