Home
last modified time | relevance | path

Searched defs:wsi (Results 51 - 75 of 268) sorted by relevance

1234567891011

/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-pipe.c36 lws_plat_pipe_create(struct lws *wsi) in lws_plat_pipe_create() argument
117 lws_plat_pipe_close(struct lws *wsi) in lws_plat_pipe_close() argument
/third_party/libwebsockets/lib/roles/http/server/
H A Daccess-log.c44 lws_prepare_access_log_info(struct lws *wsi, char *uri_ptr, int uri_len, int meth) in lws_prepare_access_log_info() argument
149 lws_access_log(struct lws *wsi) lws_access_log() argument
[all...]
/third_party/libwebsockets/lib/roles/listen/
H A Dops-listen.c28 rops_handle_POLLIN_listen(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_listen() argument
175 rops_handle_POLLOUT_listen(struct lws *wsi) rops_handle_POLLOUT_listen() argument
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_client_loopback_test.c31 struct lws *wsi; member
68 callback_client_loopback_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_client_loopback_test() argument
[all...]
H A Dprotocol_dumb_increment.c44 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, in callback_dumb_increment() argument
[all...]
/third_party/libwebsockets/lib/roles/raw-skt/
H A Dops-raw-skt.c29 lws_raw_skt_connect(struct lws *wsi) argument
79 rops_handle_POLLIN_raw_skt(struct lws_context_per_thread *pt, struct lws *wsi, struct lws_pollfd *pollfd) global() argument
276 rops_adoption_bind_raw_skt(struct lws *wsi, int type, const char *vh_prot_name) global() argument
315 rops_client_bind_raw_skt(struct lws *wsi, const struct lws_client_connect_info *i) global() argument
[all...]
/third_party/libwebsockets/lib/roles/raw-proxy/
H A Dops-raw-proxy.c28 rops_handle_POLLIN_raw_proxy(struct lws_context_per_thread *pt, struct lws *wsi, in rops_handle_POLLIN_raw_proxy() argument
130 rops_adoption_bind_raw_proxy(struct lws *wsi, int type, const char *vh_prot_name) rops_adoption_bind_raw_proxy() argument
162 rops_client_bind_raw_proxy(struct lws *wsi, const struct lws_client_connect_info *i) rops_client_bind_raw_proxy() argument
186 rops_handle_POLLOUT_raw_proxy(struct lws *wsi) rops_handle_POLLOUT_raw_proxy() argument
[all...]
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-raw.c30 secstream_raw(struct lws *wsi, enum lws_callback_reasons reason, void *user, in secstream_raw() argument
[all...]
H A Dss-ws.c28 secstream_ws(struct lws *wsi, enum lws_callback_reasons reason, void *user, in secstream_ws() argument
[all...]
H A Dss-h2.c32 secstream_h2(struct lws *wsi, enum lws_callback_reasons reason, void *user, in secstream_h2() argument
[all...]
/third_party/libwebsockets/lib/tls/
H A Dtls-server.c128 lws_server_socket_service_ssl(struct lws *wsi, lws_sockfd_type accept_fd, char from_pollin) in lws_server_socket_service_ssl() argument
[all...]
H A Dtls-client.c28 lws_ssl_client_connect1(struct lws *wsi, char *errbuf, size_t len) in lws_ssl_client_connect1() argument
58 lws_ssl_client_connect2(struct lws *wsi, cha argument
188 lws_client_create_tls(struct lws *wsi, const char **pcce, int do_c1) lws_client_create_tls() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-corner/
H A Dprotocol_lws_minimal.c215 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
/third_party/libwebsockets/lib/core-net/
H A Dwsi-timeout.c28 __lws_wsi_remove_from_sul(struct lws *wsi) in __lws_wsi_remove_from_sul() argument
45 struct lws *wsi = lws_container_of(sul, struct lws, sul_hrtimer); in lws_sul_hrtimer_cb() local
55 __lws_set_timer_usecs(struct lws *wsi, lws_usec_t us) __lws_set_timer_usecs() argument
65 lws_set_timer_usecs(struct lws *wsi, lws_usec_t usecs) lws_set_timer_usecs() argument
77 struct lws *wsi = lws_container_of(sul, struct lws, sul_timeout); lws_sul_wsitimeout_cb() local
125 __lws_set_timeout(struct lws *wsi, enum pending_timeout reason, int secs) __lws_set_timeout() argument
140 lws_set_timeout(struct lws *wsi, enum pending_timeout reason, int secs) lws_set_timeout() argument
176 lws_set_timeout_us(struct lws *wsi, enum pending_timeout reason, lws_usec_t us) lws_set_timeout_us() argument
201 struct lws *wsi = lws_container_of(sul, struct lws, sul_validity); lws_validity_cb() local
250 _lws_validity_confirmed_role(struct lws *wsi) _lws_validity_confirmed_role() argument
277 lws_validity_confirmed(struct lws *wsi) lws_validity_confirmed() argument
[all...]
/third_party/libwebsockets/lib/event-libs/glib/
H A Dprivate-lib-event-libs-glib.h44 struct lws *wsi; member
/third_party/libwebsockets/lib/roles/http/compression/
H A Dstream.c39 lws_http_compression_validate(struct lws *wsi) in lws_http_compression_validate() argument
61 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() argument
108 lws_http_compression_destroy(struct lws *wsi) lws_http_compression_destroy() argument
125 lws_http_compression_transform(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp, unsigned char **outbuf, size_t *olen_oused) lws_http_compression_transform() argument
[all...]
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-service.c177 struct lws *wsi; in _lws_plat_service_tsi() local
H A Dunix-fds.c54 sanity_assert_no_wsi_traces(const struct lws_context *context, struct lws *wsi) in sanity_assert_no_wsi_traces() argument
124 insert_wsi(const struct lws_context *context, struct lws *wsi) in insert_wsi() argument
212 delete_from_fdwsi(const struct lws_context *context, struct lws *wsi) delete_from_fdwsi() argument
236 lws_plat_insert_socket_into_fds(struct lws_context *context, struct lws *wsi) lws_plat_insert_socket_into_fds() argument
247 lws_plat_delete_socket_from_fds(struct lws_context *context, struct lws *wsi, int m) lws_plat_delete_socket_from_fds() argument
260 lws_plat_change_pollfd(struct lws_context *context, struct lws *wsi, struct lws_pollfd *pfd) lws_plat_change_pollfd() argument
[all...]
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-fallback-http-server/
H A Dminimal-raw-fallback-http-server.c51 callback_raw_echo(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_raw_echo() argument
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/
H A Dminimal-ws-server.c22 callback_protocol(struct lws *wsi, enum lws_callback_reasons reason, in callback_protocol() argument
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-rx/
H A Dminimal-ws-client.c25 callback_dumb_increment(struct lws *wsi, enum lws_callback_reasons reason, in callback_dumb_increment() argument
/third_party/libwebsockets/lib/roles/ws/ext/
H A Dextension-permessage-deflate.c48 lws_extension_pmdeflate_restrict_args(struct lws *wsi, in lws_extension_pmdeflate_restrict_args() argument
72 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
[all...]
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-tcp/
H A Dminimal-raw-adopt-tcp.c40 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp35 namespace wsi namespace
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H A DvktNativeObjectsUtil.cpp35 namespace wsi namespace
[all...]

Completed in 7 milliseconds

1234567891011