Home
last modified time | relevance | path

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

/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c35 struct per_vhost_data__minimal { struct
36 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 …]
/external/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;
/external/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;
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c39 struct per_vhost_data__minimal { struct
40 struct lws_context *context;
64 connect_client(struct per_vhost_data__minimal *vhd) in connect_client() argument
/external/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
/external/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
/external/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
/external/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
/external/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 const char *config;