Home
last modified time | relevance | path

Searched defs:wsi (Results 151 - 175 of 268) sorted by relevance

1234567891011

/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-echo/
H A Dprotocol_lws_minimal_server_echo.c61 callback_minimal_server_echo(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_server_echo() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/
H A Dprotocol_lws_minimal.c33 struct lws *wsi; member
144 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiUtil.hpp37 namespace wsi namespace
/third_party/libwebsockets/lib/event-libs/libuv/
H A Dlibuv.c96 struct lws *wsi = (struct lws *)((uv_handle_t *)watcher)->data; in lws_io_cb() local
346 lws_libuv_check_watcher_active(struct lws *wsi) in lws_libuv_check_watcher_active() argument
425 elops_wsi_logical_close_uv(struct lws *wsi) in elops_wsi_logical_close_uv() argument
449 elops_check_client_connect_ok_uv(struct lws *wsi) elops_check_client_connect_ok_uv() argument
470 elops_close_handle_manually_uv(struct lws *wsi) elops_close_handle_manually_uv() argument
495 elops_accept_uv(struct lws *wsi) elops_accept_uv() argument
542 elops_io_uv(struct lws *wsi, unsigned int flags) elops_io_uv() argument
594 elops_init_vhost_listen_wsi_uv(struct lws *wsi) elops_init_vhost_listen_wsi_uv() argument
701 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_init_uv() local
790 struct lws *wsi = (struct lws *)handle->data; lws_libuv_closewsi() local
861 lws_libuv_closehandle(struct lws *wsi) lws_libuv_closehandle() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libevent/
H A Dlibevent.c111 struct lws *wsi; in lws_event_cb() local
179 struct lws *wsi = lws_container_of(d, struct lws, listen_list); in elops_listen_init_event() local
260 elops_accept_event(struct lws *wsi) in elops_accept_event() argument
289 elops_io_event(struct lws *wsi, unsigned int flags) elops_io_event() argument
337 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_destroy_event() local
373 elops_destroy_wsi_event(struct lws *wsi) elops_destroy_wsi_event() argument
399 elops_wsi_logical_close_event(struct lws *wsi) elops_wsi_logical_close_event() argument
407 elops_init_vhost_listen_wsi_event(struct lws *wsi) elops_init_vhost_listen_wsi_event() argument
[all...]
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c36 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() argument
/third_party/libwebsockets/lib/event-libs/glib/
H A Dglib.c262 elops_accept_glib(struct lws *wsi) in elops_accept_glib() argument
299 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_init_glib() local
346 elops_io_glib(struct lws *wsi, unsigned int flags) elops_io_glib() argument
397 elops_destroy_wsi_glib(struct lws *wsi) elops_destroy_wsi_glib() argument
425 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_destroy_glib() local
471 elops_wsi_logical_close_glib(struct lws *wsi) elops_wsi_logical_close_glib() argument
[all...]
/third_party/libwebsockets/lib/event-libs/libev/
H A Dlibev.c96 struct lws *wsi; in lws_accept_cb() local
139 struct lws *wsi = lws_container_of(d, struct lws, listen_list); in elops_listen_init_ev() local
243 struct lws *wsi in elops_listen_destroy_ev() local
286 elops_accept_ev(struct lws *wsi) elops_accept_ev() argument
306 elops_io_ev(struct lws *wsi, unsigned int flags) elops_io_ev() argument
378 elops_init_vhost_listen_wsi_ev(struct lws *wsi) elops_init_vhost_listen_wsi_ev() argument
406 elops_destroy_wsi_ev(struct lws *wsi) elops_destroy_wsi_ev() argument
[all...]
/third_party/libwebsockets/lib/event-libs/sdevent/
H A Dsdevent.c94 struct lws *wsi = (struct lws *)userdata; in sock_accept_handler() local
157 io_sd(struct lws *wsi, unsigned int flags) in io_sd() argument
213 init_vhost_listen_wsi_sd(struct lws *wsi) init_vhost_listen_wsi_sd() argument
237 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_init_sdevent() local
312 wsi_destroy_sd(struct lws *wsi) wsi_destroy_sd() argument
328 wsi_logical_close_sd(struct lws *wsi) wsi_logical_close_sd() argument
336 sock_accept_sd(struct lws *wsi) sock_accept_sd() argument
371 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_destroy_sdevent() local
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dadopt.c571 adopt_socket_readbuf(struct lws *wsi, const char *readbuf, size_t len) adopt_socket_readbuf() argument
644 lws_create_adopt_udp2(struct lws *wsi, const char *ads, const struct addrinfo *r, int n, void *opaque) lws_create_adopt_udp2() argument
799 struct lws *wsi; lws_create_adopt_udp() local
[all...]
H A Dsequencer.c268 lws_seq_check_wsi(lws_seq_t *seq, struct lws *wsi) in lws_seq_check_wsi() argument
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect3.c132 struct lws *wsi = lws_container_of(sul, struct lws, in lws_client_conn_wait_timeout() local
147 struct lws *wsi = lws_container_of(sul, struct lws, in lws_client_dns_retry_timeout() local
176 lws_client_connect_check(struct lws *wsi, int *real_errno) in lws_client_connect_check() argument
252 lws_client_connect_3_connect(struct lws *wsi, const char *ads, const struct addrinfo *result, int n, void *opaque) global() argument
[all...]
H A Dsort-dns.c560 lws_sort_dns_dump(struct lws *wsi) in lws_sort_dns_dump() argument
589 lws_sort_dns(struct lws *wsi, const struct addrinfo *result) in lws_sort_dns() argument
[all...]
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c36 lws_plat_pipe_create(struct lws *wsi) in lws_plat_pipe_create() argument
42 lws_plat_pipe_signal(struct lws *wsi) in lws_plat_pipe_signal() argument
48 lws_plat_pipe_close(struct lws *wsi) in lws_plat_pipe_close() argument
53 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() argument
222 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi) in lws_plat_insert_socket_into_fds() argument
230 lws_plat_delete_socket_from_fds(struct lws_context *context, struct lws *wsi, int m) lws_plat_delete_socket_from_fds() argument
239 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c98 rops_handle_POLLIN_h2(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_h2() argument
363 rops_handle_POLLOUT_h2(struct lws *wsi) rops_handle_POLLOUT_h2() argument
407 rops_write_role_protocol_h2(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp) rops_write_role_protocol_h2() argument
523 rops_check_upgrades_h2(struct lws *wsi) rops_check_upgrades_h2() argument
605 rops_tx_credit_h2(struct lws *wsi, char peer_to_us, int add) rops_tx_credit_h2() argument
641 rops_destroy_role_h2(struct lws *wsi) rops_destroy_role_h2() argument
678 rops_close_kill_connection_h2(struct lws *wsi, enum lws_close_status reason) rops_close_kill_connection_h2() argument
746 rops_callback_on_writable_h2(struct lws *wsi) rops_callback_on_writable_h2() argument
797 lws_h2_bind_for_post_before_action(struct lws *wsi) lws_h2_bind_for_post_before_action() argument
930 rops_perform_user_POLLOUT_h2(struct lws *wsi) rops_perform_user_POLLOUT_h2() argument
1270 rops_encapsulation_parent_h2(struct lws *wsi) rops_encapsulation_parent_h2() argument
1279 rops_alpn_negotiated_h2(struct lws *wsi, const char *alpn) rops_alpn_negotiated_h2() argument
1323 rops_issue_keepalive_h2(struct lws *wsi, int isvalid) rops_issue_keepalive_h2() argument
[all...]
H A Dhpack.c206 static int lws_frag_start(struct lws *wsi, int hdr_token_idx) in lws_frag_start() argument
273 static int lws_frag_append(struct lws *wsi, unsigned char c) in lws_frag_append() argument
283 static int lws_frag_end(struct lws *wsi) in lws_frag_end() argument
297 lws_hdr_extant(struct lws *wsi, enum lws_token_indexes h) lws_hdr_extant() argument
312 lws_dump_header(struct lws *wsi, int hdr) lws_dump_header() argument
359 lws_token_from_index(struct lws *wsi, int index, const char **arg, int *len, uint32_t *hdr_len) lws_token_from_index() argument
421 lws_h2_dynamic_table_dump(struct lws *wsi) lws_h2_dynamic_table_dump() argument
486 lws_dynamic_token_insert(struct lws *wsi, int hdr_len, int lws_hdr_index, char *arg, size_t len) lws_dynamic_token_insert() argument
568 lws_hpack_dynamic_size(struct lws *wsi, int size) lws_hpack_dynamic_size() argument
682 lws_hpack_destroy_dynamic_header(struct lws *wsi) lws_hpack_destroy_dynamic_header() argument
703 lws_hpack_use_idx_hdr(struct lws *wsi, int idx, int known_token) lws_hpack_use_idx_hdr() argument
798 lws_hpack_handle_pseudo_rules(struct lws *nwsi, struct lws *wsi, int m) lws_hpack_handle_pseudo_rules() argument
824 lws_hpack_interpret(struct lws *wsi, unsigned char c) lws_hpack_interpret() argument
1392 lws_add_http2_header_by_name(struct lws *wsi, const unsigned char *name, const unsigned char *value, int length, unsigned char **p, unsigned char *end) lws_add_http2_header_by_name() argument
1450 lws_add_http2_header_by_token(struct lws *wsi, enum lws_token_indexes token, const unsigned char *value, int length, unsigned char **p, unsigned char *end) lws_add_http2_header_by_token() argument
1463 lws_add_http2_header_status(struct lws *wsi, unsigned int code, unsigned char **p, unsigned char *end) lws_add_http2_header_status() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-process.c68 lws_proxy_clean_conn_ss(struct lws *wsi) in lws_proxy_clean_conn_ss() argument
326 callback_ss_proxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_ss_proxy() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-x509.c377 lws_tls_peer_cert_info(struct lws *wsi, enum lws_tls_cert_info type, in lws_tls_peer_cert_info() argument
H A Dopenssl-session.c77 lws_tls_reuse_session(struct lws *wsi) in lws_tls_reuse_session() argument
127 lws_tls_session_is_reused(struct lws *wsi) lws_tls_session_is_reused() argument
213 struct lws *wsi = (struct lws *)SSL_get_ex_data(ssl, lws_tls_session_new_cb() local
319 struct lws *wsi = lws_container_of(tls, struct lws, tls); lws_sess_cache_synth_cb() local
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_sequencer/
H A Dmain.c76 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
H A Dminimal-http-client.c44 dump_conmon_data(struct lws *wsi) in dump_conmon_data() argument
201 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
[all...]
/third_party/libwebsockets/plugins/raw-proxy/
H A Dprotocol_lws_raw_proxy.c63 struct lws *wsi[2]; member
173 callback_raw_proxy(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_proxy() argument
[all...]
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c28 lws_client_http_body_pending(struct lws *wsi, int something_left_to_send) in lws_client_http_body_pending() argument
34 lws_http_client_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) in lws_http_client_socket_service() argument
501 lws_http_transaction_completed_client(struct lws *wsi) lws_http_transaction_completed_client() argument
573 lws_http_client_http_response(struct lws *wsi) lws_http_client_http_response() argument
585 lws_http_is_redirected_to_get(struct lws *wsi) lws_http_is_redirected_to_get() argument
591 lws_client_interpret_server_handshake(struct lws *wsi) lws_client_interpret_server_handshake() argument
1063 lws_http_multipart_headers(struct lws *wsi, uint8_t *p) lws_http_multipart_headers() argument
1090 lws_client_http_multipart(struct lws *wsi, const char *name, const char *filename, const char *content_type, char **p, char *end) lws_client_http_multipart() argument
1130 lws_generate_client_handshake(struct lws *wsi, char *pkt) lws_generate_client_handshake() argument
1326 lws_http_client_read(struct lws *wsi, char **buf, int *len) lws_http_client_read() argument
1599 struct lws *wsi; lws_client_reset() local
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Dheader.c56 lws_wsi_is_h2(struct lws *wsi) in lws_wsi_is_h2() argument
69 lws_add_http_header_by_name(struct lws *wsi, const unsigned char *name, in lws_add_http_header_by_name() argument
104 lws_finalize_http_header(struct lws *wsi, unsigned char **p, unsigned char *end) lws_finalize_http_header() argument
122 lws_finalize_write_http_header(struct lws *wsi, unsigned char *start, unsigned char **pp, unsigned char *end) lws_finalize_write_http_header() argument
141 lws_add_http_header_by_token(struct lws *wsi, enum lws_token_indexes token, const unsigned char *value, int length, unsigned char **p, unsigned char *end) lws_add_http_header_by_token() argument
159 lws_add_http_header_content_length(struct lws *wsi, lws_filepos_t content_length, unsigned char **p, unsigned char *end) lws_add_http_header_content_length() argument
182 lws_add_http_common_headers(struct lws *wsi, unsigned int code, const char *content_type, lws_filepos_t content_len, unsigned char **p, unsigned char *end) lws_add_http_common_headers() argument
310 lws_add_http_header_status(struct lws *wsi, unsigned int _code, unsigned char **p, unsigned char *end) lws_add_http_header_status() argument
415 lws_return_http_status(struct lws *wsi, unsigned int code, const char *html_body) lws_return_http_status() argument
529 lws_http_redirect(struct lws *wsi, int code, const unsigned char *loc, int len, unsigned char **p, unsigned char *end) lws_http_redirect() argument
563 lws_http_compression_apply(struct lws *wsi, const char *name, unsigned char **p, unsigned char *end, char decomp) lws_http_compression_apply() argument
577 lws_http_headers_detach(struct lws *wsi) lws_http_headers_detach() argument
590 struct lws *wsi; lws_sul_http_ah_lifecheck() local
[all...]
/third_party/libwebsockets/lib/roles/ws/
H A Dserver-ws.c31 lws_extension_server_handshake(struct lws *wsi, char **p, int budget) in lws_extension_server_handshake() argument
255 lws_process_ws_upgrade2(struct lws *wsi) lws_process_ws_upgrade2() argument
439 lws_process_ws_upgrade(struct lws *wsi) lws_process_ws_upgrade() argument
638 handshake_0405(struct lws_context *context, struct lws *wsi) handshake_0405() argument
805 lws_ws_frame_rest_is_payload(struct lws *wsi, uint8_t **buf, size_t len) lws_ws_frame_rest_is_payload() argument
990 lws_parse_ws(struct lws *wsi, unsigned char **buf, size_t len) lws_parse_ws() argument
[all...]

Completed in 13 milliseconds

1234567891011