Home
last modified time | relevance | path

Searched defs:wsi (Results 101 - 125 of 272) sorted by relevance

1234567891011

/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-post/
H A Dminimal-http-client-post.c28 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post/
H A Dminimal-http-server-form-post.c40 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-form-post-lwsac/
H A Dminimal-http-server-form-post.c41 callback_http(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_http() argument
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-sse/
H A Dminimal-http-server-sse.c44 callback_sse(struct lws *wsi, enum lws_callback_reasons reason, void *user, in callback_sse() argument
[all...]
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-file/
H A Dminimal-raw-file.c28 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c29 struct lws *wsi; member
47 callback_raw_test(struct lws *wsi, enum lws_callback_reasons reason, in callback_raw_test() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/
H A Dprotocol_lws_minimal.c47 struct lws *wsi; member
77 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/
H A Dprotocol_lws_minimal.c33 struct lws *wsi; member
63 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 DvkWsiPlatform.hpp33 namespace wsi namespace
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-write.h118 struct lws *wsi; member
[all...]
/third_party/libwebsockets/lib/core-net/
H A Dservice.c49 lws_callback_as_writeable(struct lws *wsi) in lws_callback_as_writeable() argument
62 lws_handle_POLLOUT_event(struct lws *wsi, struct lws_pollfd *pollfd) in lws_handle_POLLOUT_event() argument
248 lws_rxflow_cache(struct lws *wsi, unsigned char *buf, size_t n, size_t len) lws_rxflow_cache() argument
362 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist); lws_service_adjust_timeout() local
384 lws_buflist_aware_read(struct lws_context_per_thread *pt, struct lws *wsi, struct lws_tokens *ebuf, char fr, const char *hint) lws_buflist_aware_read() argument
472 lws_buflist_aware_finished_consuming(struct lws *wsi, struct lws_tokens *ebuf, int used, int buffered, const char *hint) lws_buflist_aware_finished_consuming() argument
533 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist); lws_service_do_ripe_rxflow() local
586 struct lws *wsi = lws_container_of(d, struct lws, dll_buflist); lws_service_flag_pending() local
610 struct lws *wsi = lws_container_of(p, struct lws, lws_service_flag_pending() local
642 struct lws *wsi; lws_service_fd_tsi() local
[all...]
H A Ddummy-callback.c32 proxy_header(struct lws *wsi, struct lws *par, unsigned char *temp, in proxy_header() argument
61 stream_close(struct lws *wsi) in stream_close() argument
110 lws_callback_ws_proxy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) lws_callback_ws_proxy() argument
266 lws_callback_http_dummy(struct lws *wsi, enum lws_callback_reasons reason, void *user, void *in, size_t len) lws_callback_http_dummy() argument
[all...]
H A Dpollfd.c28 _lws_change_pollfd(struct lws *wsi, int _and, int _or, struct lws_pollargs *pa) in _lws_change_pollfd() argument
235 struct lws *wsi = lws_container_of(d, struct lws, lws_accept_modulation() local
256 struct lws *wsi = wsi_from_fd(pt->context, pt->fds[n].fd); __dump_fds() local
268 __insert_wsi_socket_into_fds(struct lws_context *context, struct lws *wsi) __insert_wsi_socket_into_fds() argument
358 __remove_wsi_socket_from_fds(struct lws *wsi) __remove_wsi_socket_from_fds() argument
473 __lws_change_pollfd(struct lws *wsi, int _and, int _or) __lws_change_pollfd() argument
507 lws_change_pollfd(struct lws *wsi, int _and, int _or) lws_change_pollfd() argument
522 lws_callback_on_writable(struct lws *wsi) lws_callback_on_writable() argument
563 lws_same_vh_protocol_insert(struct lws *wsi, int n) lws_same_vh_protocol_insert() argument
579 __lws_same_vh_protocol_remove(struct lws *wsi) __lws_same_vh_protocol_remove() argument
586 lws_same_vh_protocol_remove(struct lws *wsi) lws_same_vh_protocol_remove() argument
605 struct lws *wsi; lws_callback_on_writable_all_protocol_vhost() local
[all...]
H A Droute.c298 _lws_route_check_wsi(struct lws *wsi) in _lws_route_check_wsi() argument
346 struct lws *wsi; _lws_route_pt_close_unroutable() local
380 struct lws *wsi; _lws_route_pt_close_route_users() local
[all...]
/third_party/libwebsockets/lib/abstract/transports/
H A Draw-skt.c30 struct lws *wsi; member
55 callback_abs_client_raw_skt(struct lws *wsi, enum lws_callback_reasons reason, in callback_abs_client_raw_skt() argument
175 struct lws *wsi = priv->wsi; lws_atcrs_close() local
[all...]
/third_party/libwebsockets/lib/event-libs/uloop/
H A Duloop.c138 struct lws *wsi = lws_container_of(d, struct lws, listen_list); in elops_listen_init_uloop() local
174 elops_accept_uloop(struct lws *wsi) in elops_accept_uloop() argument
188 elops_io_uloop(struct lws *wsi, unsigned int flags) elops_io_uloop() argument
220 struct lws *wsi = lws_container_of(d, struct lws, listen_list); elops_listen_destroy_uloop() local
241 elops_destroy_wsi_uloop(struct lws *wsi) elops_destroy_wsi_uloop() argument
256 elops_wsi_logical_close_uloop(struct lws *wsi) elops_wsi_logical_close_uloop() argument
264 elops_init_vhost_listen_wsi_uloop(struct lws *wsi) elops_init_vhost_listen_wsi_uloop() argument
[all...]
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c42 lws_read_h1(struct lws *wsi, unsigned char *buf, lws_filepos_t len) in lws_read_h1() argument
331 lws_h1_server_socket_service(struct lws *wsi, struct lws_pollfd *pollfd) lws_h1_server_socket_service() argument
563 rops_handle_POLLIN_h1(struct lws_context_per_thread *pt, struct lws *wsi, struct lws_pollfd *pollfd) rops_handle_POLLIN_h1() argument
713 rops_handle_POLLOUT_h1(struct lws *wsi) rops_handle_POLLOUT_h1() argument
782 rops_write_role_protocol_h1(struct lws *wsi, unsigned char *buf, size_t len, enum lws_write_protocol *wp) rops_write_role_protocol_h1() argument
851 rops_alpn_negotiated_h1(struct lws *wsi, const char *alpn) rops_alpn_negotiated_h1() argument
871 rops_destroy_role_h1(struct lws *wsi) rops_destroy_role_h1() argument
907 rops_adoption_bind_h1(struct lws *wsi, int type, const char *vh_prot_name) rops_adoption_bind_h1() argument
975 rops_client_bind_h1(struct lws *wsi, const struct lws_client_connect_info *i) rops_client_bind_h1() argument
1070 rops_close_kill_connection_h1(struct lws *wsi, enum lws_close_status reason) rops_close_kill_connection_h1() argument
[all...]
/third_party/libwebsockets/lib/tls/openssl/
H A Dopenssl-ssl.c36 int lws_openssl_describe_cipher(struct lws *wsi) in lws_openssl_describe_cipher() argument
51 int lws_ssl_get_error(struct lws *wsi, int n) in lws_ssl_get_error() argument
197 lws_ssl_capable_read(struct lws *wsi, unsigned char *buf, size_t len) in lws_ssl_capable_read() argument
330 lws_ssl_pending(struct lws *wsi) lws_ssl_pending() argument
339 lws_ssl_capable_write(struct lws *wsi, unsigned char *buf, size_t len) lws_ssl_capable_write() argument
403 struct lws *wsi; lws_ssl_info_callback() local
442 lws_ssl_close(struct lws *wsi) lws_ssl_close() argument
525 lws_tls_ctx_from_wsi(struct lws *wsi) lws_tls_ctx_from_wsi() argument
534 __lws_tls_shutdown(struct lws *wsi) __lws_tls_shutdown() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/
H A Dminimal-http-client-captive-portal.c31 callback_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_http() argument
109 callback_cpd_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_cpd_http() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/
H A Dprotocol_lws_minimal_pmd_bulk.c82 callback_minimal_pmd_bulk(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal_pmd_bulk() argument
[all...]
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/
H A Dprotocol_lws_minimal.c34 struct lws *wsi; member
147 callback_minimal(struct lws *wsi, enum lws_callback_reasons reason, in callback_minimal() argument
[all...]
/third_party/libwebsockets/plugins/
H A Dprotocol_post_demo.c176 callback_post_demo(struct lws *wsi, enum lws_callback_reasons reason, in callback_post_demo() argument
[all...]
H A Dprotocol_lws_status.c48 struct lws *wsi; member
86 callback_lws_status(struct lws *wsi, enum lws_callback_reasons reason, in callback_lws_status() argument
[all...]
/third_party/libwebsockets/lib/roles/h2/
H A Dhttp2.c134 void lws_h2_init(struct lws *wsi) in lws_h2_init() argument
141 lws_h2_state(struct lws *wsi, enum lws_h2_states s) in lws_h2_state() argument
154 lws_h2_update_peer_txcredit(struct lws *wsi, unsigne argument
198 lws_h2_get_peer_txcredit_estimate(struct lws *wsi) lws_h2_get_peer_txcredit_estimate() argument
205 lws_h2_update_peer_txcredit_thresh(struct lws *wsi, unsigned int sid, int threshold, int bump) lws_h2_update_peer_txcredit_thresh() argument
223 struct lws *wsi; __lws_wsi_server_new() local
326 lws_wsi_h2_adopt(struct lws *parent_wsi, struct lws *wsi) lws_wsi_h2_adopt() argument
389 lws_h2_issue_preface(struct lws *wsi) lws_h2_issue_preface() argument
429 lws_pps_schedule(struct lws *wsi, struct lws_h2_protocol_send *pps) lws_pps_schedule() argument
448 lws_h2_goaway(struct lws *wsi, uint32_t err, const char *reason) lws_h2_goaway() argument
473 lws_h2_rst_stream(struct lws *wsi, uint32_t err, const char *reason) lws_h2_rst_stream() argument
504 lws_h2_settings(struct lws *wsi, struct http2_settings *settings, unsigned char *buf, int len) lws_h2_settings() argument
[all...]
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-dynamic/
H A Dminimal-http-server-dynamic.c40 callback_dynamic_http(struct lws *wsi, enum lws_callback_reasons reason, in callback_dynamic_http() argument
[all...]

Completed in 10 milliseconds

1234567891011