Home
last modified time | relevance | path

Searched defs:wsi (Results 176 - 200 of 268) sorted by relevance

1234567891011

/third_party/libwebsockets/lib/tls/mbedtls/
H A Dmbedtls-client.c72 lws_ssl_client_bio_create(struct lws *wsi) in lws_ssl_client_bio_create() argument
250 lws_tls_client_connect(struct lws *wsi, char *errbuf, size_t elen) lws_tls_client_connect() argument
285 lws_tls_client_confirm_peer_cert(struct lws *wsi, char *ebuf, size_t ebuf_len) lws_tls_client_confirm_peer_cert() argument
[all...]
H A Dmbedtls-server.c105 lws_tls_server_certs_load(struct lws_vhost *vhost, struct lws *wsi, in lws_tls_server_certs_load() argument
246 lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd) in lws_tls_server_new_nonblocking() argument
185 lws_tls_server_vhost_backend_init(const struct lws_context_creation_info *info, struct lws_vhost *vhost, struct lws *wsi) lws_tls_server_vhost_backend_init() argument
268 lws_tls_server_abort_connection(struct lws *wsi) lws_tls_server_abort_connection() argument
279 lws_tls_server_accept(struct lws *wsi) lws_tls_server_accept() argument
[all...]
H A Dmbedtls-x509.c289 lws_tls_peer_cert_info(struct lws *wsi, enum lws_tls_cert_info type, in lws_tls_peer_cert_info() argument
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
H A Dminimal-mqtt-client-multi.c27 struct lws *wsi; member
196 callback_mqtt(struct lws *wsi, enum lws_callback_reasons reason, in callback_mqtt() argument
[all...]
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
H A Dminimal-mqtt-client.c162 callback_mqtt(struct lws *wsi, enum lws_callback_reasons reason, in callback_mqtt() argument
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-alexa/
H A Daudio.c204 callback_audio(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_audio() argument
[all...]
/third_party/libwebsockets/lib/plat/windows/
H A Dprivate-lib-plat-windows.h141 struct lws **wsi; member
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c38 struct lws *wsi; /* related wsi if any */ member
220 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-echo/
H A Dprotocol_lws_minimal_client_echo.c100 callback_minimal_client_echo(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_client_echo() argument
[all...]
/third_party/libwebsockets/plugins/ssh-base/
H A Dtelnet.c116 lws_callback_raw_telnet(struct lws *wsi, enum lws_callback_reasons reason, in lws_callback_raw_telnet() argument
[all...]
/third_party/libwebsockets/lib/system/async-dns/
H A Dasync-dns.c143 lws_async_dns_writeable(struct lws *wsi, lws_adns_q_t *q) in lws_async_dns_writeable() argument
286 callback_async_dns(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_async_dns() argument
588 lws_async_dns_cancel(struct lws *wsi) lws_async_dns_cancel() argument
648 lws_async_dns_query(struct lws_context *context, int tsi, const char *name, adns_query_type_t qtype, lws_async_dns_cb_t cb, struct lws *wsi, void *opaque) lws_async_dns_query() argument
[all...]
/third_party/libwebsockets/lib/system/fault-injection/
H A Dfault-injection.c116 _lws_fi_user_wsi_fi(struct lws *wsi, const char *name) in _lws_fi_user_wsi_fi() argument
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_sshd_demo.c98 struct lws *wsi; member
119 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument
193 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument
208 ssh_ops_get_server_key(struct lws *wsi, uint8_t *buf, size_t len) in ssh_ops_get_server_key() argument
228 ssh_ops_set_server_key(struct lws *wsi, uint8_t *buf, size_t len) ssh_ops_set_server_key() argument
329 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_shell() argument
386 callback_lws_sshd_demo(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_sshd_demo() argument
[all...]
H A Dprotocol_lws_mirror.c50 struct lws *wsi; member
194 callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason, in callback_lws_mirror() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_private.h42 struct wsi_image_create_info wsi; member
103 const struct wsi_device *wsi; member
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-tx/
H A Dminimal-ws-client.c158 callback_minimal_broker(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_broker() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-spam/
H A Dminimal-ws-client-spam.c31 struct lws *wsi; member
85 callback_minimal_spam(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_spam() argument
[all...]
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
H A DLwsService.cpp107 static struct lws *wsi = NULL; variable
216 callback( struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len ) callback() argument
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c92 struct lws *wsi = (struct lws *)opaque; in lws_cgi_reap_cb() local
112 lws_cgi(struct lws *wsi, const char * const *exec_array, int script_uri_path_len, int timeout_secs, const struct lws_protocol_vhost_options *mp_cgienv) lws_cgi() argument
462 lws_cgi_write_split_stdout_headers(struct lws *wsi) lws_cgi_write_split_stdout_headers() argument
908 lws_cgi_kill(struct lws *wsi) lws_cgi_kill() argument
1067 lws_cgi_get_stdwsi(struct lws *wsi, enum lws_enum_stdinouterr ch) lws_cgi_get_stdwsi() argument
1076 lws_cgi_remove_and_kill(struct lws *wsi) lws_cgi_remove_and_kill() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h1.c214 lws_apply_metadata(lws_ss_handle_t *h, struct lws *wsi, uint8_t *buf, in lws_apply_metadata() argument
277 lws_apply_instant_metadata(lws_ss_handle_t *h, struct lws *wsi, uint8_t *buf, in lws_apply_instant_metadata() argument
314 lws_extract_metadata(lws_ss_handle_t *h, struct lws *wsi) lws_extract_metadata() argument
428 secstream_h1(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) secstream_h1() argument
[all...]
H A Dss-mqtt.c51 secstream_mqtt_subscribe(struct lws *wsi) in secstream_mqtt_subscribe() argument
145 secstream_mqtt_publish(struct lws *wsi, uint8_t *buf, size_t buf_len, in secstream_mqtt_publish() argument
226 secstream_mqtt_birth(struct lws *wsi, uint8_t *buf, size_t buflen) { in secstream_mqtt_birth() argument
249 secstream_mqtt_resend(struct lws *wsi, uint8_t *buf) secstream_mqtt_resend() argument
350 secstream_mqtt_is_shadow_matched(struct lws *wsi, const char *topic) secstream_mqtt_is_shadow_matched() argument
381 secstream_mqtt_shadow_cleanup(struct lws *wsi) secstream_mqtt_shadow_cleanup() argument
398 secstream_mqtt_shadow_unsubscribe(struct lws *wsi) secstream_mqtt_shadow_unsubscribe() argument
427 secstream_mqtt_shadow_subscribe(struct lws *wsi) secstream_mqtt_shadow_subscribe() argument
480 secstream_mqtt(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) secstream_mqtt() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-jit-trust.c88 lws_tls_jit_trust_sort_kids(struct lws *wsi, lws_tls_kid_chain_t *ch) in lws_tls_jit_trust_sort_kids() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client/
H A Dminimal-http-client.c33 dump_conmon_data(struct lws *wsi) in dump_conmon_data() argument
71 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c209 sock_accept_custom(struct lws *wsi) in sock_accept_custom() argument
218 io_custom(struct lws *wsi, unsigned int flags) in io_custom() argument
243 wsi_logical_close_custom(struct lws *wsi) in wsi_logical_close_custom() argument
304 callback_http(struct lws *wsi, enu argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse-ring/
H A Dminimal-http-server-sse-ring.c45 struct lws *wsi; member
152 callback_sse(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_sse() argument
[all...]

Completed in 12 milliseconds

1234567891011