Home
last modified time | relevance | path

Searched defs:wsi (Results 26 - 50 of 268) sorted by relevance

1234567891011

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-fds.c44 insert_wsi(struct lws_context *context, struct lws *wsi) in insert_wsi() argument
H A Dwindows-service.c66 struct lws *wsi; in _lws_plat_service_tsi() local
/third_party/libwebsockets/lib/roles/http/server/
H A Dranges.c181 lws_ranges_init(struct lws *wsi, struct lws_range_parsing *rp, in lws_ranges_init() argument
H A Drewrite.c6 lws_rewrite_create(struct lws *wsi, hubbub_callback_t cb, const char *from, in lws_rewrite_create() argument
/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt-handshake.c31 lws_mqtt_client_send_connect(struct lws *wsi) in lws_mqtt_client_send_connect() argument
181 lws_mqtt_client_send_disconnect(struct lws *wsi) in lws_mqtt_client_send_disconnect() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.hpp37 namespace wsi namespace
[all...]
H A DvktWsiTests.cpp43 namespace wsi namespace
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.hpp37 namespace wsi namespace
[all...]
H A DvktWsiTests.cpp42 namespace wsi namespace
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-pipe.c28 lws_plat_pipe_create(struct lws *wsi) in lws_plat_pipe_create() argument
115 lws_plat_pipe_close(struct lws *wsi) in lws_plat_pipe_close() argument
H A Dfreertos-fds.c28 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi) in lws_plat_insert_socket_into_fds() argument
52 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() argument
36 lws_plat_delete_socket_from_fds(struct lws_context *context, struct lws *wsi, int m) lws_plat_delete_socket_from_fds() argument
45 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
/third_party/libwebsockets/lib/event-libs/uloop/
H A Dprivate-lib-event-libs-uloop.h34 struct lws *wsi; member
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-pipe.c31 lws_plat_pipe_create(struct lws *wsi) in lws_plat_pipe_create() argument
83 lws_plat_pipe_close(struct lws *wsi) in lws_plat_pipe_close() argument
/third_party/libwebsockets/lib/roles/ws/
H A Dclient-parser-ws.c32 int lws_ws_client_rx_sm(struct lws *wsi, unsigned char c) in lws_ws_client_rx_sm() argument
[all...]
/third_party/libwebsockets/lib/roles/pipe/
H A Dops-pipe.c28 rops_handle_POLLIN_pipe(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_pipe() argument
/third_party/libwebsockets/lib/roles/raw-file/
H A Dops-raw-file.c28 rops_handle_POLLIN_raw_file(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_raw_file() argument
60 rops_adoption_bind_raw_file(struct lws *wsi, int type, const char *vh_prot_name) in rops_adoption_bind_raw_file() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-sessions.c41 lws_tls_session_tag_from_wsi(struct lws *wsi, char *buf, size_t len) in lws_tls_session_tag_from_wsi() argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkWsiPlatform.cpp28 namespace wsi namespace
/third_party/libwebsockets/lib/core-net/client/
H A Dconnect.c39 lws_http_client_connect_via_info2(struct lws *wsi) in lws_http_client_connect_via_info2() argument
85 lws_client_stash_create(struct lws *wsi, const char **cisin) lws_client_stash_create() argument
131 struct lws *wsi, *safe = NULL; lws_client_connect_via_info() local
[all...]
H A Dconnect2.c33 lws_getaddrinfo46(struct lws *wsi, const char *ads, struct addrinfo **result) in lws_getaddrinfo46() argument
137 lws_client_connect_2_dnsreq(struct lws *wsi) global() argument
[all...]
H A Dconnect4.c28 lws_client_connect_4_established(struct lws *wsi, struct lws *wsi_piggyback, in lws_client_connect_4_established() argument
[all...]
H A Dconmon.c43 lws_conmon_append_copy_new_dns_results(struct lws *wsi, in lws_conmon_append_copy_new_dns_results() argument
136 lws_conmon_wsi_take(struct lws *wsi, struct lws_conmon *dest) in lws_conmon_wsi_take() argument
[all...]
/third_party/libwebsockets/lib/core-net/
H A Doutput.c31 lws_issue_raw(struct lws *wsi, unsigned char *buf, size_t len) in lws_issue_raw() argument
214 lws_write(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol wp) lws_write() argument
247 lws_ssl_capable_read_no_ssl(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_read_no_ssl() argument
308 lws_ssl_capable_write_no_ssl(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_write_no_ssl() argument
377 lws_ssl_pending_no_ssl(struct lws *wsi) lws_ssl_pending_no_ssl() argument
[all...]
/third_party/libwebsockets/lib/roles/http/
H A Ddate.c159 lws_http_check_retry_after(struct lws *wsi, lws_usec_t *us_interval_in_out) in lws_http_check_retry_after() argument
/third_party/libwebsockets/lib/roles/cgi/
H A Dops-cgi.c28 rops_handle_POLLIN_cgi(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_cgi() argument
84 rops_handle_POLLOUT_cgi(struct lws *wsi) rops_handle_POLLOUT_cgi() argument
90 rops_destroy_role_cgi(struct lws *wsi) rops_destroy_role_cgi() argument
130 rops_close_role_cgi(struct lws_context_per_thread *pt, struct lws *wsi) rops_close_role_cgi() argument
[all...]

Completed in 7 milliseconds

1234567891011