Searched defs:per_vhost_data__minimal (Results 1 – 10 of 10) sorted by relevance
41 struct per_vhost_data__minimal { struct42 struct lws_context *context;43 struct lws_vhost *vhost;44 const struct lws_protocols *protocol;45 pthread_t pthread_spam[2];47 lws_sorted_usec_list_t sul;49 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */50 struct lws_ring *ring; /* ringbuffer holding unsent messages */51 uint32_t tail;53 struct lws_client_connect_info i;[all …]
39 struct per_vhost_data__minimal { struct40 struct lws_context *context;41 struct lws_vhost *vhost;42 const struct lws_protocols *protocol;44 lws_sorted_usec_list_t sul;68 struct per_vhost_data__minimal *vhd = in sul_connect_attempt() argument
43 struct per_vhost_data__minimal { struct44 struct lws_context *context;45 struct lws_vhost *vhost;46 const struct lws_protocols *protocol;48 struct per_session_data__minimal *pss_list; /* linked-list of live pss*/49 pthread_t pthread_spam[2];51 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */52 struct lws_ring *ring; /* {lock_ring} ringbuffer holding unsent content */54 const char *config;55 char finished;
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;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 struct lws_context *context;38 lws_sorted_usec_list_t sul;39 const char *config;