Home
last modified time | relevance | path

Searched defs:wsi (Results 226 - 250 of 268) sorted by relevance

1234567891011

/third_party/libwebsockets/lib/core-net/
H A Dvhost.c113 lws_role_call_alpn_negotiated(struct lws *wsi, const char *alpn) in lws_role_call_alpn_negotiated() argument
138 lws_role_call_adoption_bind(struct lws *wsi, int type, const char *prot) in lws_role_call_adoption_bind() argument
218 lws_role_call_client_bind(struct lws *wsi, const struct lws_client_connect_info *i) lws_role_call_client_bind() argument
1075 lws_cancel_service_pt(struct lws *wsi) lws_cancel_service_pt() argument
1102 struct lws *wsi; global() local
1158 lws_destroy_event_pipe(struct lws *wsi) global() argument
1225 struct lws *wsi = wsi_from_fd(ctx, pt->fds[n].fd); global() local
1332 struct lws *wsi = lws_container_of(d, struct lws, listen_list); global() local
1388 struct lws *wsi = lws_container_of(d, struct lws, listen_list); global() local
1433 struct lws wsi; global() local
1701 struct lws *wsi = lws_container_of(d, struct lws, global() local
1750 lws_vhost_active_conns(struct lws *wsi, struct lws **nwsi, const char *adsin) global() argument
[all...]
H A Dnetwork.c146 lws_get_peer_simple(struct lws *wsi, char *name, size_t namelen) in lws_get_peer_simple() argument
154 lws_get_peer_addresses(struct lws *wsi, lws_sockfd_type fd, char *name, in lws_get_peer_addresses() argument
207 lws_socket_bind(struct lws_vhost *vhost, struct lws *wsi, in lws_socket_bind() argument
466 lws_retry_sul_schedule_retry_wsi(struct lws *wsi, lws_sorted_usec_list_t *sul, sul_cb_t cb, uint16_t *ctry) lws_retry_sul_schedule_retry_wsi() argument
505 lws_get_addr_scope(struct lws *wsi, const char *ifname_or_ipaddr) lws_get_addr_scope() argument
[all...]
H A Dwsi.c28 lws_wsi_tag(struct lws *wsi) in lws_wsi_tag() argument
36 void lwsi_set_role(struct lws *wsi, lws_wsi_state_t role) in lwsi_set_role() argument
43 void lwsi_set_state(struct lws *wsi, lws_wsi_state_ argument
58 struct lws *wsi = (struct lws *)obj; lws_log_prepend_wsi() local
65 lws_vhost_bind_wsi(struct lws_vhost *vh, struct lws *wsi) lws_vhost_bind_wsi() argument
93 __lws_vhost_unbind_wsi(struct lws *wsi) __lws_vhost_unbind_wsi() argument
131 lws_get_network_wsi(struct lws *wsi) lws_get_network_wsi() argument
170 struct lws *wsi; lws_callback_all_protocol() local
189 lws_evlib_wsi_to_evlib_pt(struct lws *wsi) lws_evlib_wsi_to_evlib_pt() argument
212 struct lws *wsi; lws_callback_all_protocol_vhost_args() local
238 lws_callback_vhost_protocols(struct lws *wsi, int reason, void *in, size_t len) lws_callback_vhost_protocols() argument
257 struct lws *wsi = lws_container_of(s, struct lws, sul_fault_timedclose); lws_wsi_fault_timedclose_cb() local
266 lws_wsi_fault_timedclose(struct lws *wsi) lws_wsi_fault_timedclose() argument
294 struct lws *wsi; __lws_wsi_create_with_role() local
344 lws_wsi_inject_to_loop(struct lws_context_per_thread *pt, struct lws *wsi) lws_wsi_inject_to_loop() argument
371 lws_wsi_extract_from_loop(struct lws *wsi) lws_wsi_extract_from_loop() argument
393 struct lws *wsi = lws_zalloc(sizeof(*wsi), "fake wsi"); lws_callback_vhost_protocols_vhost() local
416 lws_rx_flow_control(struct lws *wsi, int _enable) lws_rx_flow_control() argument
475 struct lws *wsi; lws_rx_flow_allow_all_protocol() local
490 user_callback_handle_rxflow(lws_callback_function callback_function, struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) user_callback_handle_rxflow() argument
507 __lws_rx_flow_control(struct lws *wsi) __lws_rx_flow_control() argument
560 lws_get_protocol(struct lws *wsi) lws_get_protocol() argument
567 lws_ensure_user_space(struct lws *wsi) lws_ensure_user_space() argument
589 lws_adjust_protocol_psds(struct lws *wsi, size_t new_size) lws_adjust_protocol_psds() argument
601 lws_get_tsi(struct lws *wsi) lws_get_tsi() argument
607 lws_is_ssl(struct lws *wsi) lws_is_ssl() argument
619 lws_get_ssl(struct lws *wsi) lws_get_ssl() argument
626 lws_has_buffered_out(struct lws *wsi) lws_has_buffered_out() argument
644 lws_partial_buffered(struct lws *wsi) lws_partial_buffered() argument
650 lws_get_peer_write_allowance(struct lws *wsi) lws_get_peer_write_allowance() argument
660 lws_role_transition(struct lws *wsi, enum lwsi_role role, enum lwsi_state state, const struct lws_role_ops *ops) lws_role_transition() argument
734 lws_get_urlarg_by_name_safe(struct lws *wsi, const char *name, char *buf, int len) lws_get_urlarg_by_name_safe() argument
771 lws_get_urlarg_by_name(struct lws *wsi, const char *name, char *buf, int len) lws_get_urlarg_by_name() argument
787 lws_extension_callback_pm_deflate(struct lws_context *context, const struct lws_extension *ext, struct lws *wsi, enum lws_extension_callback_reasons reason, void *user, void *in, size_t len) lws_extension_callback_pm_deflate() argument
805 lws_set_extension_option(struct lws *wsi, const char *ext_name, const char *opt_name, const char *opt_val) lws_set_extension_option() argument
813 lws_is_cgi(struct lws *wsi) lws_is_cgi() argument
881 lws_wsi_user(struct lws *wsi) lws_wsi_user() argument
887 lws_wsi_tsi(struct lws *wsi) lws_wsi_tsi() argument
894 lws_set_wsi_user(struct lws *wsi, void *data) lws_set_wsi_user() argument
904 lws_get_parent(const struct lws *wsi) lws_get_parent() argument
910 lws_get_child(const struct lws *wsi) lws_get_child() argument
916 lws_get_opaque_parent_data(const struct lws *wsi) lws_get_opaque_parent_data() argument
922 lws_set_opaque_parent_data(struct lws *wsi, void *data) lws_set_opaque_parent_data() argument
928 lws_get_opaque_user_data(const struct lws *wsi) lws_get_opaque_user_data() argument
934 lws_set_opaque_user_data(struct lws *wsi, void *data) lws_set_opaque_user_data() argument
940 lws_get_child_pending_on_writable(const struct lws *wsi) lws_get_child_pending_on_writable() argument
946 lws_clear_child_pending_on_writable(struct lws *wsi) lws_clear_child_pending_on_writable() argument
978 lws_get_socket_fd(struct lws *wsi) lws_get_socket_fd() argument
987 lws_vhost_get(struct lws *wsi) lws_vhost_get() argument
993 lws_get_vhost(struct lws *wsi) lws_get_vhost() argument
999 lws_protocol_get(struct lws *wsi) lws_protocol_get() argument
1006 lws_get_udp(const struct lws *wsi) lws_get_udp() argument
1013 lws_get_context(const struct lws *wsi) lws_get_context() argument
1019 lwsl_wsi_get_cx(struct lws *wsi) lwsl_wsi_get_cx() argument
1031 struct lws *wnew, *wsi = *_wsi; _lws_generic_transaction_completed_active_conn() local
1191 lws_raw_transaction_completed(struct lws *wsi) lws_raw_transaction_completed() argument
1214 lws_bind_protocol(struct lws *wsi, const struct lws_protocols *p, const char *reason) lws_bind_protocol() argument
1271 lws_http_close_immortal(struct lws *wsi) lws_http_close_immortal() argument
1297 lws_mux_mark_immortal(struct lws *wsi) lws_mux_mark_immortal() argument
1331 lws_http_mark_sse(struct lws *wsi) lws_http_mark_sse() argument
1348 lws_wsi_client_stash_item(struct lws *wsi, int stash_idx, int hdr_idx) lws_wsi_client_stash_item() argument
1366 lws_wsi_mux_insert(struct lws *wsi, struct lws *parent_wsi, unsigned int sid) lws_wsi_mux_insert() argument
1399 lws_wsi_mux_dump_children(struct lws *wsi) lws_wsi_mux_dump_children() argument
1416 lws_wsi_mux_close_children(struct lws *wsi, int reason) lws_wsi_mux_close_children() argument
1439 lws_wsi_mux_sibling_disconnect(struct lws *wsi) lws_wsi_mux_sibling_disconnect() argument
1462 lws_wsi_mux_dump_waiting_children(struct lws *wsi) lws_wsi_mux_dump_waiting_children() argument
1482 lws_wsi_mux_mark_parents_needing_writeable(struct lws *wsi) lws_wsi_mux_mark_parents_needing_writeable() argument
1538 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi) lws_wsi_mux_action_pending_writeable_reqs() argument
1596 lws_wsi_tx_credit(struct lws *wsi, char peer_to_us, int add) lws_wsi_tx_credit() argument
1611 lws_wsi_txc_report_manual_txcr_in(struct lws *wsi, int32_t bump) lws_wsi_txc_report_manual_txcr_in() argument
1628 lws_wsi_mux_apply_queue(struct lws *wsi) lws_wsi_mux_apply_queue() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/
H A Dsecure-streams-serialize.c201 lws_ss_deserialize_tx_payload(struct lws_dsh *dsh, struct lws *wsi, in lws_ss_deserialize_tx_payload() argument
260 lws_ss_serialize_state(struct lws *wsi, struct lws_dsh *dsh, lws_ss_constate_t state, in lws_ss_serialize_state() argument
H A Dsecure-streams.c452 _lws_ss_handle_state_ret_CAN_DESTROY_HANDLE(lws_ss_state_return_t r, struct lws *wsi, in _lws_ss_handle_state_ret_CAN_DESTROY_HANDLE() argument
681 struct lws *wsi; _lws_ss_client_connect() local
[all...]
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
H A Dmain.c55 struct lws *wsi; member
/third_party/libwebsockets/minimal-examples/dbus-server/minimal-dbus-ws-proxy/
H A Dprotocol_lws_minimal_dbus_ws_proxy.c288 issue_dbus_signal(struct lws *wsi, const char *signame, const char *string) in issue_dbus_signal() argument
633 callback_minimal_dbus_wsproxy(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_dbus_wsproxy() argument
[all...]
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c104 ssh_ops_channel_create(struct lws *wsi, void **_priv) in ssh_ops_channel_create() argument
176 struct lws *wsi; in ssh_ops_tx() local
197 ssh_ops_rx(void *_priv, struct lws *wsi, const uint8_t *buf, uint32_t len) in ssh_ops_rx() argument
238 ssh_ops_get_server_key(struct lws *wsi, uint8_ argument
261 ssh_ops_set_server_key(struct lws *wsi, uint8_t *buf, size_t len) ssh_ops_set_server_key() argument
460 ssh_ops_child_process_io(void *_priv, struct lws *wsi, struct lws_cgi_args *args) ssh_ops_child_process_io() argument
549 ssh_ops_child_process_terminated(void *priv, struct lws *wsi) ssh_ops_child_process_terminated() argument
556 ssh_ops_exec(void *_priv, struct lws *wsi, const char *command, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_exec() argument
565 ssh_ops_shell(void *_priv, struct lws *wsi, lws_ssh_finish_exec finish, void *finish_handle) ssh_ops_shell() argument
654 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...]
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c40 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() argument
203 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi) in lws_plat_insert_socket_into_fds() argument
223 lws_plat_delete_socket_from_fds(struct lws_context *context, struct lws *wsi, int m) lws_plat_delete_socket_from_fds() argument
233 lws_plat_check_connection_error(struct lws *wsi) lws_plat_check_connection_error() argument
250 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp52 namespace wsi namespace
H A DvktWsiSurfaceTests.cpp92 namespace wsi namespace
H A DvktWsiColorSpaceTests.cpp65 namespace wsi namespace
H A DvktWsiDisplayTests.cpp50 namespace wsi namespace
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDefs.hpp143 namespace wsi namespace
H A DvkWsiUtil.cpp61 namespace wsi namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktWsiFullScreenExclusiveTests.cpp52 namespace wsi namespace
H A DvktWsiColorSpaceTests.cpp65 namespace wsi namespace
H A DvktWsiDisplayTests.cpp50 namespace wsi namespace
H A DvktWsiSurfaceTests.cpp92 namespace wsi namespace
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h106 struct lws *wsi; /* owner */ member
160 struct lws *wsi; member
[all...]
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c66 struct lws *wsi = lws_container_of(d, struct lws, listen_list); in check_extant() local
91 struct lws *wsi; in _lws_vhost_init_server_af() local
638 lws_vfs_prepare_flags(struct lws *wsi) lws_vfs_prepare_flags() argument
655 lws_http_serve(struct lws *wsi, char *uri, const char *origin, const struct lws_http_mount *m) lws_http_serve() argument
941 lws_find_mount(struct lws *wsi, const char *uri_ptr, int uri_len) lws_find_mount() argument
1035 lws_unauthorised_basic_auth(struct lws *wsi) lws_unauthorised_basic_auth() argument
1116 lws_http_get_uri_and_method(struct lws *wsi, char **puri_ptr, int *puri_len) lws_http_get_uri_and_method() argument
1152 lws_check_basic_auth(struct lws *wsi, const char *basic_auth_login_file, unsigned int auth_mode) lws_check_basic_auth() argument
1252 lws_http_proxy_start(struct lws *wsi, const struct lws_http_mount *hit, char *uri_ptr, char ws) lws_http_proxy_start() argument
1509 lws_http_redirect_hit(struct lws_context_per_thread *pt, struct lws *wsi, const struct lws_http_mount *hit, char *uri_ptr, int uri_len, int *h) lws_http_redirect_hit() argument
1597 lws_http_action(struct lws *wsi) lws_http_action() argument
2070 lws_confirm_host_header(struct lws *wsi) lws_confirm_host_header() argument
2141 lws_http_to_fallback(struct lws *wsi, unsigned char *obuf, size_t olen) lws_http_to_fallback() argument
2194 lws_handshake_server(struct lws *wsi, unsigned char **buf, size_t len) lws_handshake_server() argument
2519 lws_http_transaction_completed(struct lws *wsi) lws_http_transaction_completed() argument
2725 lws_serve_http_file(struct lws *wsi, const char *file, const char *content_type, const char *other_headers, int other_headers_len) lws_serve_http_file() argument
3028 lws_serve_http_file_fragment(struct lws *wsi) lws_serve_http_file_fragment() argument
[all...]
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_wayland.c83 struct wsi_device *wsi; member
622 wsi_wl_display_create(struct wsi_wayland *wsi, struct wl_display *wl_display, in wsi_wl_display_create() argument
658 struct wsi_wayland *wsi = display->wsi_wl; in wsi_wl_display_unref() local
670 struct wsi_wayland *wsi in wsi_GetPhysicalDeviceWaylandPresentationSupportKHR() local
775 struct wsi_wayland *wsi = wsi_wl_surface_get_formats() local
814 struct wsi_wayland *wsi = wsi_wl_surface_get_formats2() local
1269 struct wsi_wayland *wsi = wsi_wl_surface_create_swapchain() local
1401 struct wsi_wayland *wsi; wsi_wl_init_wsi() local
1437 struct wsi_wayland *wsi = wsi_wl_finish_wsi() local
[all...]
H A Dwsi_common_x11.c372 struct wsi_x11 *wsi = in wsi_x11_get_connection() local
2225 struct wsi_x11 *wsi; wsi_x11_init_wsi() local
2302 struct wsi_x11 *wsi = wsi_x11_finish_wsi() local
[all...]
/third_party/libwebsockets/plugins/acme-client/
H A Dprotocol_lws_acme_client.c133 callback_chall_http01(struct lws *wsi, enum lws_callback_reasons reason, in callback_chall_http01() argument
586 struct lws *wsi; lws_acme_client_connect() local
764 callback_acme_client(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) callback_acme_client() argument
[all...]
/third_party/libwebsockets/lib/roles/mqtt/
H A Dprivate-lib-roles-mqtt.h361 struct lws *wsi; /**< so sul can use lws_container_of */ member

Completed in 33 milliseconds

1234567891011