Home
last modified time | relevance | path

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

12

/external/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
Dminimal-http-server-sse-ring.c45 struct vhd { struct
46 struct lws_context *context;
47 struct lws_vhost *vhost;
48 const struct lws_protocols *protocol;
50 struct pss *pss_list; /* linked-list of live pss*/
51 pthread_t pthread_spam[2];
53 pthread_mutex_t lock_ring; /* serialize access to the ring buffer */
54 struct lws_ring *ring; /* ringbuffer holding unsent messages */
55 char finished;
87 struct vhd *vhd = (struct vhd *)d; in thread_spam() local
[all …]
/external/libwebsockets/plugins/
Dprotocol_lws_server_status.c46 struct vhd { struct
61 update(struct vhd *v) in update() argument
Dprotocol_lws_sshd_demo.c205 struct per_vhost_data__lws_sshd_demo *vhd = in ssh_ops_get_server_key() local
225 struct per_vhost_data__lws_sshd_demo *vhd = in ssh_ops_set_server_key() local
384 struct per_vhost_data__lws_sshd_demo *vhd = in callback_lws_sshd_demo() local
Dprotocol_lws_status.c64 trigger_resend(struct per_vhost_data__lws_status *vhd) in trigger_resend()
87 struct per_vhost_data__lws_status *vhd = in callback_lws_status() local
Dprotocol_esp32_lws_scan.c167 scan_start(struct per_vhost_data__esplws_scan *vhd) in scan_start()
195 struct per_vhost_data__esplws_scan *vhd = pvTimerGetTimerID(t); in timer_cb() local
219 client_connection(struct per_vhost_data__esplws_scan *vhd, const char *file) in client_connection()
343 struct per_vhost_data__esplws_scan *vhd = v; in scan_finished() local
459 struct per_vhost_data__esplws_scan *vhd = in callback_esplws_scan() local
Dprotocol_dumb_increment.c44 struct vhd__dumb_increment *vhd = in callback_dumb_increment() local
/external/libwebsockets/plugins/generic-sessions/
Dutils.c44 lwsgw_check_admin(struct per_vhost_data__gs *vhd, in lwsgw_check_admin()
84 lwsgw_expire_old_sessions(struct per_vhost_data__gs *vhd) in lwsgw_expire_old_sessions()
108 lwsgw_update_session(struct per_vhost_data__gs *vhd, in lwsgw_update_session()
222 lwsgs_lookup_session(struct per_vhost_data__gs *vhd, in lwsgs_lookup_session()
296 lwsgs_lookup_user(struct per_vhost_data__gs *vhd, in lwsgs_lookup_user()
319 lwsgs_new_session_id(struct per_vhost_data__gs *vhd, in lwsgs_new_session_id()
363 lwsgs_get_auth_level(struct per_vhost_data__gs *vhd, const char *username) in lwsgs_get_auth_level()
388 lwsgs_check_credentials(struct per_vhost_data__gs *vhd, in lwsgs_check_credentials()
423 lwsgs_hash_password(struct per_vhost_data__gs *vhd, in lwsgs_hash_password()
Dhandlers.c40 struct per_vhost_data__gs *vhd = (struct per_vhost_data__gs *)e->data; in lwsgs_smtp_client_done_sentvfy() local
65 lwsgs_handler_confirm(struct per_vhost_data__gs *vhd, struct lws *wsi, in lwsgs_handler_confirm()
156 lwsgs_handler_forgot(struct per_vhost_data__gs *vhd, struct lws *wsi, in lwsgs_handler_forgot()
243 lwsgs_handler_check(struct per_vhost_data__gs *vhd, in lwsgs_handler_check()
320 lwsgs_handler_change_password(struct per_vhost_data__gs *vhd, struct lws *wsi, in lwsgs_handler_change_password()
407 lwsgs_handler_forgot_pw_form(struct per_vhost_data__gs *vhd, in lwsgs_handler_forgot_pw_form()
531 lwsgs_handler_register_form(struct per_vhost_data__gs *vhd, in lwsgs_handler_register_form()
Dprotocol_lws_messageboard.c112 get_last_idx(struct per_vhost_data__gs_mb *vhd) in get_last_idx()
127 post_message(struct lws *wsi, struct per_vhost_data__gs_mb *vhd, in post_message()
162 struct per_vhost_data__gs_mb *vhd = (struct per_vhost_data__gs_mb *) in callback_messageboard() local
Dprotocol_generic_sessions.c60 struct per_vhost_data__gs *vhd; member
133 struct per_vhost_data__gs *vhd = (struct per_vhost_data__gs *) in callback_generic_sessions() local
/external/libwebsockets/lib/abstract/transports/
Draw-skt.c38 struct vhd { struct
59 struct vhd *vhd = (struct vhd *) in callback_abs_client_raw_skt() local
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
Dminimal-ws-client.c70 struct per_vhost_data__minimal *vhd = in thread_spam() local
125 connect_client(struct per_vhost_data__minimal *vhd) in connect_client()
145 struct per_vhost_data__minimal *vhd = in callback_minimal_broker() local
/external/libwebsockets/plugin-standalone/
Dprotocol_example_standalone.c49 struct per_vhost_data__dumb_increment *vhd = lws_container_of(w, in uv_timeout_cb_dumb_increment() local
60 struct per_vhost_data__dumb_increment *vhd = in callback_dumb_increment() local
/external/libwebsockets/plugins/raw-proxy/
Dprotocol_lws_raw_proxy.c96 destroy_conn(struct raw_vhd *vhd, struct raw_pss *pss) in destroy_conn()
111 connect_client(struct raw_vhd *vhd, struct raw_pss *pss) in connect_client()
173 struct raw_vhd *vhd = (struct raw_vhd *)lws_protocol_vh_priv_get( in callback_raw_proxy() local
/external/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
/external/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/
Dprotocol_lws_minimal.c64 connect_client(struct per_vhost_data__minimal *vhd) in connect_client()
87 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-pmd-bulk/
Dprotocol_lws_minimal_pmd_bulk.c82 connect_client(struct vhd_minimal_pmd_bulk *vhd) in connect_client()
115 struct vhd_minimal_pmd_bulk *vhd = (struct vhd_minimal_pmd_bulk *) in callback_minimal_pmd_bulk() local
/external/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
/external/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
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/
Dprotocol_lws_minimal.c83 struct per_vhost_data__minimal *vhd = in thread_spam() local
145 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
Dprotocol_lws_minimal.c83 struct per_vhost_data__minimal *vhd = in thread_spam() local
145 struct per_vhost_data__minimal *vhd = in callback_minimal() local
/external/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
Dprotocol_lws_minimal_client_echo.c55 connect_client(struct vhd_minimal_client_echo *vhd) in connect_client()
106 struct vhd_minimal_client_echo *vhd = (struct vhd_minimal_client_echo *) in callback_minimal_client_echo() local
/external/libwebsockets/plugins/deaddrop/
Dprotocol_lws_deaddrop.c73 struct vhd_deaddrop *vhd; member
129 scan_upload_dir(struct vhd_deaddrop *vhd) in scan_upload_dir()
374 struct vhd_deaddrop *vhd = (struct vhd_deaddrop *) in callback_deaddrop() local
/external/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
/external/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

12