| /third_party/libwebsockets/include/libwebsockets/ |
| H A D | lws-threadpool.h | 77 struct lws *wsi; /**< either wsi or ss must be set */ member [all...] |
| /third_party/libwebsockets/lib/core-net/ |
| H A D | socks5-client.c | 102 lws_socks5c_generate_msg(struct lws *wsi, enum socks_msg_type type, in lws_socks5c_generate_msg() argument 223 lws_socks5c_greet(struct lws *wsi, const char **pcce) lws_socks5c_greet() argument 255 lws_socks5c_handle_state(struct lws *wsi, struct lws_pollfd *pollfd, const char **pcce) lws_socks5c_handle_state() argument [all...] |
| H A D | close.c | 40 __lws_reset_wsi(struct lws *wsi) in __lws_reset_wsi() argument 206 __lws_free_wsi(struct lws *wsi) __lws_free_wsi() argument 272 lws_remove_child_from_any_parent(struct lws *wsi) lws_remove_child_from_any_parent() argument 306 lws_inform_client_conn_fail(struct lws *wsi, void *arg, size_t len) lws_inform_client_conn_fail() argument 326 lws_addrinfo_clean(struct lws *wsi) lws_addrinfo_clean() argument 346 __lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) __lws_close_free_wsi() argument 877 __lws_close_free_wsi_final(struct lws *wsi) __lws_close_free_wsi_final() argument 1008 lws_close_free_wsi(struct lws *wsi, enum lws_close_status reason, const char *caller) lws_close_free_wsi() argument [all...] |
| /third_party/libwebsockets/lib/drivers/netdev/ |
| H A D | wifi.c | 33 *wsi = (const lws_wifi_sta_t *)i; in lws_netdev_wifi_rssi_sort_compare() local
|
| /third_party/libwebsockets/lib/misc/ |
| H A D | peer-limits.c | 234 lws_peer_dump_from_wsi(struct lws *wsi) in lws_peer_dump_from_wsi() argument 218 lws_peer_add_wsi(struct lws_context *context, struct lws_peer *peer, struct lws *wsi) lws_peer_add_wsi() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/ |
| H A D | minimal-http-client-certinfo.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-custom-headers/ |
| H A D | minimal-http-client-custom-headers.c | 23 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
|
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-vhost/ |
| H A D | minimal-raw-vhost.c | 34 struct lws *wsi; member 47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument [all...] |
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-netcat/ |
| H A D | minimal-raw-netcat.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
|
| /third_party/libwebsockets/lib/tls/mbedtls/ |
| H A D | mbedtls-ssl.c | 45 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() argument 154 lws_ssl_pending(struct lws *wsi) lws_ssl_pending() argument 163 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_write() argument 223 struct lws *wsi; lws_ssl_info_callback() local 250 lws_ssl_close(struct lws *wsi) lws_ssl_close() argument 305 lws_tls_ctx_from_wsi(struct lws *wsi) lws_tls_ctx_from_wsi() argument 314 __lws_tls_shutdown(struct lws *wsi) __lws_tls_shutdown() argument [all...] |
| /third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/ |
| H A D | minimal-raw-adopt-udp.c | 41 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client/ |
| H A D | minimal-ws-client.c | 24 struct lws *wsi; /* related wsi if any */ member 89 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
|
| /third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-ping/ |
| H A D | minimal-ws-client-ping.c | 63 callback_minimal_pingtest(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_pingtest() argument
|
| /third_party/libwebsockets/lib/roles/mqtt/ |
| H A D | ops-mqtt.c | 28 rops_handle_POLLIN_mqtt(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_mqtt() argument 229 rops_client_bind_mqtt(struct lws *wsi, const struct lws_client_connect_info *i) rops_client_bind_mqtt() argument 276 rops_handle_POLLOUT_mqtt(struct lws *wsi) rops_handle_POLLOUT_mqtt() argument 432 rops_issue_keepalive_mqtt(struct lws *wsi, int isvalid) rops_issue_keepalive_mqtt() argument 450 rops_close_role_mqtt(struct lws_context_per_thread *pt, struct lws *wsi) rops_close_role_mqtt() argument 503 rops_callback_on_writable_mqtt(struct lws *wsi) rops_callback_on_writable_mqtt() argument 559 rops_close_kill_connection_mqtt(struct lws *wsi, enum lws_close_status reason) rops_close_kill_connection_mqtt() argument [all...] |
| /third_party/libwebsockets/lib/roles/mqtt/client/ |
| H A D | client-mqtt.c | 45 lws_mqtt_generate_id(struct lws* wsi, lws_mqtt_str_t **ms, const char *client_id) in lws_mqtt_generate_id() argument 91 lws_read_mqtt(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_mqtt() argument 99 lws_create_client_mqtt_object(const struct lws_client_connect_info *i, struct lws *wsi) lws_create_client_mqtt_object() argument 187 lws_mqtt_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd, struct lws *wsi_conn) lws_mqtt_client_socket_service() argument [all...] |
| /third_party/libwebsockets/lib/system/dhcpclient/ |
| H A D | dhcpc4.c | 141 callback_dhcpc4(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_dhcpc4() argument
|
| /third_party/libwebsockets/plugins/ |
| H A D | protocol_lws_raw_test.c | 99 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_raw_test() argument [all...] |
| /third_party/mesa3d/src/virtio/vulkan/ |
| H A D | vn_image.h | 67 } wsi; member
|
| /third_party/libwebsockets/lib/roles/ws/ |
| H A D | client-ws.c | 70 lws_ws_handshake_client(struct lws *wsi, unsigned char **buf, size_t len) in lws_ws_handshake_client() argument 46 lws_create_client_ws_object(const struct lws_client_connect_info *i, struct lws *wsi) lws_create_client_ws_object() argument 146 lws_generate_client_ws_handshake(struct lws *wsi, char *p, const char *conn1) lws_generate_client_ws_handshake() argument 234 lws_client_ws_upgrade(struct lws *wsi, const char **cce) lws_client_ws_upgrade() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-custom-headers/ |
| H A D | minimal-http-server-custom-headers.c | 36 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-get/ |
| H A D | minimal-http-server-form-get.c | 26 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
|
| /third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-h2-long-poll/ |
| H A D | minimal-http-server.c | 31 struct lws *wsi; member 54 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument [all...] |
| /third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/ |
| H A D | protocol_lws_minimal.c | 33 struct lws *wsi; member 63 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument [all...] |
| /third_party/libwebsockets/plugin-standalone/ |
| H A D | protocol_example_standalone.c | 61 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, in callback_dumb_increment() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-hugeurl/ |
| H A D | minimal-http-client-hugeurl.c | 67 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
|