Home
last modified time | relevance | path

Searched defs:vhd (Results 1 – 25 of 36) sorted by relevance

12

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c51 struct vhd { struct
52 struct lws_context *context;
53 struct lws_vhost *vhost;
54 const struct lws_protocols *protocol;
56 struct pss *pss_list; /* linked-list of live pss*/
57 pthread_t pthread_spam[2];
59 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */
60 struct lws_ring *ring; /* ringbuffer holding unsent messages */
61 char finished;
93 struct vhd *vhd = (struct vhd *)d; in thread_spam() local
[all …]
/third_party/libwebsockets/plugins/
Dprotocol_lws_openmetrics_export.c81 struct vhd { struct
102 struct vhd *bind_partner_vhd; argument
104 struct lws *wsi; /* related wsi if any */
105 uint16_t retry_count; /* count of consequetive retries */
137 struct vhd *vhd = lws_container_of(sul, struct vhd, sul); in omc_connect_client() local
549 omc_lws_om_get_other_side_pss_client(struct vhd *vhd, struct pss *pss) in omc_lws_om_get_other_side_pss_client()
576 struct vhd *vhd = (struct vhd *)lws_protocol_vh_priv_get( in callback_lws_openmetrics_prox_agg() local
751 struct vhd *vhd = (struct vhd *)lws_protocol_vh_priv_get( in callback_lws_openmetrics_prox_server() local
945 struct vhd *vhd = (struct vhd *)lws_protocol_vh_priv_get( in callback_lws_openmetrics_prox_client() local
Dprotocol_lws_sshd_demo.c210 struct per_vhost_data__lws_sshd_demo *vhd = in ssh_ops_get_server_key() local
230 struct per_vhost_data__lws_sshd_demo *vhd = in ssh_ops_set_server_key() local
389 struct per_vhost_data__lws_sshd_demo *vhd = in callback_lws_sshd_demo() local
Dprotocol_lws_status.c68 trigger_resend(struct per_vhost_data__lws_status *vhd) in trigger_resend()
91 struct per_vhost_data__lws_status *vhd = in callback_lws_status() local
Dprotocol_dumb_increment.c48 struct vhd__dumb_increment *vhd = in callback_dumb_increment() local
Dprotocol_lws_raw_test.c104 struct per_vhost_data__raw_test *vhd = in callback_raw_test() local
/third_party/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c55 struct per_vhost_data__dumb_increment *vhd = lws_container_of(w, in uv_timeout_cb_dumb_increment() local
66 struct per_vhost_data__dumb_increment *vhd = in callback_dumb_increment() local
/third_party/libwebsockets/lib/abstract/transports/
Draw-skt.c38 struct vhd { struct
59 struct vhd *vhd = (struct vhd *) in callback_abs_client_raw_skt() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c78 struct per_vhost_data__minimal *vhd = in thread_spam() local
138 struct per_vhost_data__minimal *vhd = in sul_connect_attempt() local
161 struct per_vhost_data__minimal *vhd = in callback_minimal_broker() local
/third_party/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c100 destroy_conn(struct raw_vhd *vhd, struct raw_pss *pss) in destroy_conn()
115 connect_client(struct raw_vhd *vhd, struct raw_pss *pss) in connect_client()
177 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_proxy() local
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
Dprotocol_lws_minimal_dbus_ws_proxy.c82 struct vhd_dbus_proxy *vhd; member
478 struct vhd_dbus_proxy *vhd = lws_container_of(d, in new_conn() local
521 create_dbus_listener(struct vhd_dbus_proxy *vhd, int tsi) in create_dbus_listener()
609 destroy_dbus_server_listener(struct vhd_dbus_proxy *vhd) in destroy_dbus_server_listener()
637 struct vhd_dbus_proxy *vhd = (struct vhd_dbus_proxy *) in callback_minimal_dbus_wsproxy() local
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c68 struct per_vhost_data__minimal *vhd = in sul_connect_attempt() local
94 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/
Dprotocol_lws_minimal.c54 cull_lagging_clients(struct per_vhost_data__minimal *vhd) in cull_lagging_clients()
156 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
Dprotocol_lws_minimal_pmd_bulk.c86 struct vhd_minimal_pmd_bulk *vhd = in sul_connect_attempt() local
114 struct vhd_minimal_pmd_bulk *vhd = (struct vhd_minimal_pmd_bulk *) in callback_minimal_pmd_bulk() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threadpool/
Dprotocol_lws_minimal_threadpool.c142 struct per_vhost_data__minimal *vhd = in sul_tp_dump() local
158 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
Dprotocol_lws_minimal.c87 struct per_vhost_data__minimal *vhd = in thread_spam() local
152 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/plugins/ssh-base/
Dtelnet.c40 struct per_vhost_data__telnet *vhd; member
121 struct per_vhost_data__telnet *vhd = in lws_callback_raw_telnet() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dprotocol_lws_minimal.c83 struct per_vhost_data__minimal *vhd = in thread_spam() local
149 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dprotocol_lws_minimal.c83 struct per_vhost_data__minimal *vhd = in thread_spam() local
149 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
Dprotocol_lws_minimal_client_echo.c59 struct vhd_minimal_client_echo *vhd = in sul_connect_attempt() local
105 struct vhd_minimal_client_echo *vhd = (struct vhd_minimal_client_echo *) in callback_minimal_client_echo() local
/third_party/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c77 struct vhd_deaddrop *vhd; member
133 scan_upload_dir(struct vhd_deaddrop *vhd) in scan_upload_dir()
380 struct vhd_deaddrop *vhd = (struct vhd_deaddrop *) in callback_deaddrop() local
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-file/
Dminimal-raw-file.c31 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_test() local
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/
Dminimal-raw-vhost.c51 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_test() local
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c50 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_test() local
/third_party/libwebsockets/plugins/acme-client/
Dprotocol_lws_acme_client.c631 lws_acme_finished(struct per_vhost_data__lws_acme_client *vhd) in lws_acme_finished()
667 lws_acme_load_create_auth_keys(struct per_vhost_data__lws_acme_client *vhd, in lws_acme_load_create_auth_keys()
699 lws_acme_start_acquisition(struct per_vhost_data__lws_acme_client *vhd, in lws_acme_start_acquisition()
776 struct per_vhost_data__lws_acme_client *vhd = in callback_acme_client() local

12