Home
last modified time | relevance | path

Searched defs:per_vhost_data__minimal (Results 1 – 10 of 10) sorted by relevance

/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c41 struct per_vhost_data__minimal { struct
42 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 …]
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 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
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dprotocol_lws_minimal.c43 struct per_vhost_data__minimal { struct
44 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;
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 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;
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 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;
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 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
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 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
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
Dprotocol_lws_minimal.c54 struct per_vhost_data__minimal { struct
55 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
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
Dprotocol_lws_minimal.c43 struct per_vhost_data__minimal { struct
54 cull_lagging_clients(struct per_vhost_data__minimal *vhd) in cull_lagging_clients() argument
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c35 struct per_vhost_data__minimal { struct
36 struct lws_threadpool *tp;
37 struct lws_context *context;
38 lws_sorted_usec_list_t sul;
39 const char *config;