| /third_party/mesa3d/src/vulkan/wsi/ |
| H A D | wsi_common.h | 228 struct wsi_interface * wsi[VK_ICD_WSI_PLATFORM_MAX]; member
|
| H A D | wsi_common_drm.c | 268 wsi_device_matches_drm_fd(const struct wsi_device *wsi, int drm_fd) in wsi_device_matches_drm_fd() argument 297 prime_select_buffer_memory_type(const struct wsi_device *wsi, uint32_t type_bits) prime_select_buffer_memory_type() argument 328 const struct wsi_device *wsi = chain->wsi; wsi_configure_native_image() local 466 const struct wsi_device *wsi = chain->wsi; wsi_create_native_image_mem() local 569 const struct wsi_device *wsi = chain->wsi; wsi_create_prime_image_mem() local [all...] |
| H A D | wsi_common_win32.c | 45 struct wsi_device *wsi; member 63 struct wsi_win32 *wsi; member 436 struct wsi_win32 *wsi = in wsi_win32_surface_create_swapchain() local 510 struct wsi_win32 *wsi; in wsi_win32_init_wsi() local 546 struct wsi_win32 *wsi = wsi_win32_finish_wsi() local [all...] |
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| H A D | vkPlatform.hpp | 383 namespace wsi namespace
|
| /third_party/libwebsockets/lib/core/ |
| H A D | context.c | 1696 struct lws wsi; in lws_pt_destroy() local 1859 struct lws *wsi = wsi_from_fd(context, lws_context_destroy() local [all...] |
| /third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/ |
| H A D | sign.c | 89 init_sigv4(struct lws *wsi, struct lws_ss_handle *h, struct sigv4 *s) in init_sigv4() argument 196 build_sign_string(struct lws *wsi, char *buf, size_t bufsz, in build_sign_string() argument 285 calc_signing_key(struct lws *wsi, struct lws_ss_handle *h, in calc_signing_key() argument 341 build_auth_string(struct lws *wsi, char * buf, size_t bufsz, in build_auth_string() argument 393 lws_ss_apply_sigv4(struct lws *wsi, struct lws_ss_handle *h, in lws_ss_apply_sigv4() argument [all...] |
| /third_party/libwebsockets/lib/tls/openssl/ |
| H A D | openssl-server.c | 42 struct lws *wsi; in OpenSSL_verify_callback() local 153 lws_tls_server_certs_load(struct lws_vhost *vhost, struct lws *wsi, argument 652 lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd) argument 497 lws_tls_server_vhost_backend_init(const struct lws_context_creation_info *info, struct lws_vhost *vhost, struct lws *wsi) global() argument 703 lws_tls_server_abort_connection(struct lws *wsi) global() argument 713 lws_tls_server_accept(struct lws *wsi) global() argument [all...] |
| H A D | openssl-client.c | 96 struct lws *wsi; in OpenSSL_client_verify_callback() local 236 lws_ssl_client_bio_create(struct lws *wsi) lws_ssl_client_bio_create() argument 511 lws_tls_client_connect(struct lws *wsi, char *errbuf, size_t elen) lws_tls_client_connect() argument 604 lws_tls_client_confirm_peer_cert(struct lws *wsi, char *ebuf, size_t ebuf_len) lws_tls_client_confirm_peer_cert() argument [all...] |
| /third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/ |
| H A D | minimal-http-client-multi.c | 133 dump_conmon_data(struct lws *wsi) in dump_conmon_data() argument 166 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument [all...] |
| /third_party/libwebsockets/lib/roles/http/ |
| H A D | cookie.c | 281 lws_cookie_write_nsc(struct lws *wsi, struct lws_cookie *c) in lws_cookie_write_nsc() argument 403 lws_cookie_attach_cookies(struct lws *wsi, char *buf, char *end) lws_cookie_attach_cookies() argument 553 lws_parse_set_cookie(struct lws *wsi) lws_parse_set_cookie() argument 685 lws_cookie_send_cookies(struct lws *wsi, char **pp, char *end) lws_cookie_send_cookies() argument [all...] |
| H A D | parsers.c | 109 __lws_header_table_reset(struct lws *wsi, int autoservice) in __lws_header_table_reset() argument 149 lws_header_table_reset(struct lws *wsi, int autoservice) lws_header_table_reset() argument 161 _lws_header_ensure_we_are_on_waiting_list(struct lws *wsi) _lws_header_ensure_we_are_on_waiting_list() argument 184 __lws_remove_from_ah_waiting_list(struct lws *wsi) __lws_remove_from_ah_waiting_list() argument 207 lws_header_table_attach(struct lws *wsi, int autoservice) lws_header_table_attach() argument 306 __lws_header_table_detach(struct lws *wsi, int autoservice) __lws_header_table_detach() argument 445 lws_header_table_detach(struct lws *wsi, int autoservice) lws_header_table_detach() argument 459 lws_hdr_fragment_length(struct lws *wsi, enum lws_token_indexes h, int frag_idx) lws_hdr_fragment_length() argument 478 lws_hdr_total_length(struct lws *wsi, enum lws_token_indexes h) lws_hdr_total_length() argument 501 lws_hdr_copy_fragment(struct lws *wsi, char *dst, int len, enum lws_token_indexes h, int frag_idx) lws_hdr_copy_fragment() argument 532 lws_hdr_copy(struct lws *wsi, char *dst, int len, enum lws_token_indexes h) lws_hdr_copy() argument 598 lws_hdr_custom_length(struct lws *wsi, const char *name, int nlen) lws_hdr_custom_length() argument 622 lws_hdr_custom_copy(struct lws *wsi, char *dst, int len, const char *name, int nlen) lws_hdr_custom_copy() argument 656 lws_hdr_custom_name_foreach(struct lws *wsi, lws_hdr_custom_fe_cb_t cb, void *custom) lws_hdr_custom_name_foreach() argument 681 lws_hdr_simple_ptr(struct lws *wsi, enum lws_token_indexes h) lws_hdr_simple_ptr() argument 696 lws_pos_in_bounds(struct lws *wsi) lws_pos_in_bounds() argument 723 lws_hdr_simple_create(struct lws *wsi, enum lws_token_indexes h, const char *s) lws_hdr_simple_create() argument 760 issue_char(struct lws *wsi, unsigned char c) issue_char() argument 794 lws_parse_urldecode(struct lws *wsi, uint8_t *_c) lws_parse_urldecode() argument 1018 lws_parse(struct lws *wsi, unsigned char *buf, int *len) lws_parse() argument 1536 lws_http_cookie_get(struct lws *wsi, const char *name, char *buf, size_t *max_len) lws_http_cookie_get() argument 1621 lws_jwt_get_http_cookie_validate_jwt(struct lws *wsi, struct lws_jwt_sign_set_cookie *i, char *out, size_t *out_len) lws_jwt_get_http_cookie_validate_jwt() argument 1674 lws_jwt_sign_token_set_http_cookie(struct lws *wsi, const struct lws_jwt_sign_set_cookie *i, uint8_t **p, uint8_t *end) lws_jwt_sign_token_set_http_cookie() argument [all...] |
| /third_party/libwebsockets/lib/roles/http/server/ |
| H A D | lws-spa.c | 62 struct lws *wsi; member 98 lws_urldecode_s_create(struct lws_spa *spa, struct lws *wsi, char *out, in lws_urldecode_s_create() argument 548 lws_spa_create_via_info(struct lws *wsi, const lws_spa_create_info_t *i) in lws_spa_create_via_info() argument 625 lws_spa_create(struct lws *wsi, const char * const *param_names, in lws_spa_create() argument [all...] |
| /third_party/libwebsockets/plugins/ssh-base/ |
| H A D | sshd.c | 2007 lws_callback_raw_sshd(struct lws *wsi, enum lws_callback_reasons reason, in lws_callback_raw_sshd() argument [all...] |
| /third_party/libwebsockets/lib/roles/mqtt/ |
| H A D | mqtt.c | 249 lws_mqtt_set_client_established(struct lws *wsi) in lws_mqtt_set_client_established() argument 526 _lws_mqtt_rx_parser(struct lws *wsi, lws_mqtt_parser_t *par, const uint8_t *buf, size_t len) _lws_mqtt_rx_parser() argument 1957 lws_mqtt_client_send_publish(struct lws *wsi, lws_mqtt_publish_param_t *pub, const void *buf, uint32_t len, int is_complete) lws_mqtt_client_send_publish() argument 2120 lws_mqtt_client_send_subcribe(struct lws *wsi, lws_mqtt_subscribe_param_t *sub) lws_mqtt_client_send_subcribe() argument 2305 lws_mqtt_client_send_unsubcribe(struct lws *wsi, const lws_mqtt_subscribe_param_t *unsub) lws_mqtt_client_send_unsubcribe() argument 2468 lws_wsi_mqtt_adopt(struct lws *parent_wsi, struct lws *wsi) lws_wsi_mqtt_adopt() argument [all...] |
| /third_party/libwebsockets/plugins/ |
| H A D | protocol_lws_openmetrics_export.c | 104 struct lws *wsi; /* related wsi if any */ member 114 struct lws *wsi; member 468 callback_lws_openmetrics_export(struct lws *wsi, in callback_lws_openmetrics_export() argument 570 callback_lws_openmetrics_prox_agg(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_agg() argument 745 callback_lws_openmetrics_prox_server(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_server() argument 939 callback_lws_openmetrics_prox_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_openmetrics_prox_client() argument [all...] |
| /third_party/libwebsockets/plugins/deaddrop/ |
| H A D | protocol_lws_deaddrop.c | 78 struct lws *wsi; member 377 callback_deaddrop(struct lws *wsi, enum lws_callback_reasons reason, in callback_deaddrop() argument [all...] |
| /third_party/libwebsockets/test-apps/ |
| H A D | test-client.c | 118 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, in callback_dumb_increment() argument 340 callback_lws_mirror(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_lws_mirror() argument 484 callback_test_raw_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_test_raw_client() argument [all...] |
| H A D | test-server.c | 84 lws_callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in lws_callback_http() argument
|
| /third_party/libwebsockets/lib/roles/ws/ |
| H A D | ops-ws.c | 35 lws_ws_rx_sm(struct lws *wsi, char already_processed, unsigned char c) in lws_ws_rx_sm() argument 752 lws_remaining_packet_payload(struct lws *wsi) lws_remaining_packet_payload() argument 757 lws_frame_is_binary(struct lws *wsi) lws_frame_is_binary() argument 763 lws_add_wsi_to_draining_ext_list(struct lws *wsi) lws_add_wsi_to_draining_ext_list() argument 780 lws_remove_wsi_from_draining_ext_list(struct lws *wsi) lws_remove_wsi_from_draining_ext_list() argument 807 lws_0405_frame_mask_generate(struct lws *wsi) lws_0405_frame_mask_generate() argument 826 lws_server_init_wsi_for_ws(struct lws *wsi) lws_server_init_wsi_for_ws() argument 871 lws_is_final_fragment(struct lws *wsi) lws_is_final_fragment() argument 885 lws_is_first_fragment(struct lws *wsi) lws_is_first_fragment() argument 891 lws_get_reserved_bits(struct lws *wsi) lws_get_reserved_bits() argument 897 lws_get_close_length(struct lws *wsi) lws_get_close_length() argument 903 lws_get_close_payload(struct lws *wsi) lws_get_close_payload() argument 909 lws_close_reason(struct lws *wsi, enum lws_close_status status, unsigned char *buf, size_t len) lws_close_reason() argument 930 lws_is_ws_with_ext(struct lws *wsi) lws_is_ws_with_ext() argument 940 rops_handle_POLLIN_ws(struct lws_context_per_thread *pt, struct lws *wsi, struct lws_pollfd *pollfd) rops_handle_POLLIN_ws() argument 1252 rops_handle_POLLOUT_ws(struct lws *wsi) rops_handle_POLLOUT_ws() argument 1471 struct lws *wsi; rops_service_flag_pending_ws() local 1498 rops_close_via_role_protocol_ws(struct lws *wsi, enum lws_close_status reason) rops_close_via_role_protocol_ws() argument 1529 rops_close_role_ws(struct lws_context_per_thread *pt, struct lws *wsi) rops_close_role_ws() argument 1580 rops_write_role_protocol_ws(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp) rops_write_role_protocol_ws() argument 1924 rops_close_kill_connection_ws(struct lws *wsi, enum lws_close_status reason) rops_close_kill_connection_ws() argument 1940 rops_callback_on_writable_ws(struct lws *wsi) rops_callback_on_writable_ws() argument 2030 rops_destroy_role_ws(struct lws *wsi) rops_destroy_role_ws() argument 2042 rops_issue_keepalive_ws(struct lws *wsi, int isvalid) rops_issue_keepalive_ws() argument [all...] |
| /third_party/libwebsockets/lib/system/metrics/ |
| H A D | metrics.c | 69 lws_metrics_tag_wsi_add(struct lws *wsi, const char *name, const char *val) in lws_metrics_tag_wsi_add() argument 598 lws_metrics_hist_bump_describe_wsi(struct lws *wsi, lws_metric_pub_t *pub, in lws_metrics_hist_bump_describe_wsi() argument [all...] |
| /third_party/libwebsockets/lib/plat/unix/ |
| H A D | unix-sockets.c | 52 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() argument
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | secure-streams-client.c | 199 callback_sspc_client(struct lws *wsi, enum lws_callback_reasons reason, in callback_sspc_client() argument [all...] |
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/ |
| H A D | vktWsiAcquireDrmDisplayTests.cpp | 47 namespace wsi namespace
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/ |
| H A D | vktWsiAcquireDrmDisplayTests.cpp | 43 namespace wsi namespace
|
| /third_party/libwebsockets/lib/misc/threadpool/ |
| H A D | threadpool.c | 321 struct lws *wsi; in lws_threadpool_tsi_context() local 397 struct lws *wsi; lws_threadpool_worker_sync() local 955 lws_threadpool_dequeue(struct lws *wsi) lws_threadpool_dequeue() argument 1089 lws_threadpool_task_status_wsi(struct lws *wsi, struct lws_threadpool_task **_task, void **user) lws_threadpool_task_status_wsi() argument 1125 lws_threadpool_foreach_task_wsi(struct lws *wsi, void *user, int (*cb)(struct lws_threadpool_task *task, void *user)) lws_threadpool_foreach_task_wsi() argument 1180 lws_threadpool_wsi_closing(struct lws *wsi) lws_threadpool_wsi_closing() argument 1186 lws_threadpool_get_task_wsi(struct lws *wsi) lws_threadpool_get_task_wsi() argument [all...] |