Searched defs:per_vhost_data__minimal (Results 1 – 9 of 9) sorted by relevance
35 struct per_vhost_data__minimal { struct36 struct lws_context *context;37 struct lws_vhost *vhost;38 const struct lws_protocols *protocol;39 pthread_t pthread_spam[2];41 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */42 struct lws_ring *ring; /* ringbuffer holding unsent messages */43 uint32_t tail;45 struct lws_client_connect_info i;46 struct lws *client_wsi;[all …]
39 struct per_vhost_data__minimal { struct40 struct lws_context *context;41 struct lws_vhost *vhost;42 const struct lws_protocols *protocol;44 struct per_session_data__minimal *pss_list; /* linked-list of live pss*/45 pthread_t pthread_spam[2];47 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */48 struct lws_ring *ring; /* {lock_ring} ringbuffer holding unsent content */50 const char *config;51 char finished;
39 struct per_vhost_data__minimal { struct40 struct lws_context *context;64 connect_client(struct per_vhost_data__minimal *vhd) in connect_client() argument
39 struct per_vhost_data__minimal { struct40 struct lws_context *context;41 struct lws_vhost *vhost;42 const struct lws_protocols *protocol;44 struct per_session_data__minimal *pss_list; /* linked-list of live pss*/68 struct per_vhost_data__minimal *vhd = in callback_minimal() argument
54 struct per_vhost_data__minimal { struct55 struct lws_context *context;56 struct lws_vhost *vhost;57 const struct lws_protocols *protocol;82 struct per_vhost_data__minimal *vhd = in callback_minimal() argument
43 struct per_vhost_data__minimal { struct54 cull_lagging_clients(struct per_vhost_data__minimal *vhd) in cull_lagging_clients() argument
35 struct per_vhost_data__minimal { struct36 struct lws_threadpool *tp;37 const char *config;