Home
last modified time | relevance | path

Searched refs:lws_get_socket_fd (Results 1 - 7 of 7) sorted by relevance

/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-custom/
H A Dminimal-http-server.c214 return custom_poll_add_fd(priv->io_loop, lws_get_socket_fd(wsi), POLLIN); in sock_accept_custom()
238 custom_poll_change_fd(priv->io_loop, lws_get_socket_fd(wsi), in io_custom()
247 return custom_poll_del_fd(priv->io_loop, lws_get_socket_fd(wsi)); in wsi_logical_close_custom()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-writeable.h194 * lws_get_socket_fd() - returns the socket file descriptor
201 lws_get_socket_fd(struct lws *wsi);
/third_party/libwebsockets/test-apps/
H A Dtest-sshd.c207 fd = lws_get_socket_fd(wsi_stdin); in ssh_ops_rx()
500 m = lws_get_socket_fd(args->stdwsi[args->ch]); in ssh_ops_child_process_io()
530 n = lws_get_socket_fd(args->stdwsi[args->ch]); in ssh_ops_child_process_io()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-adopt-udp/
H A Dminimal-raw-adopt-udp.c88 fd = lws_get_socket_fd(wsi); in callback_raw_test()
/third_party/libwebsockets/lib/core-net/
H A Ddummy-callback.c674 n = lws_get_socket_fd(args->stdwsi[LWS_STDERR]); in lws_callback_http_dummy()
717 n = lws_get_socket_fd(args->stdwsi[LWS_STDIN]); in lws_callback_http_dummy()
H A Dwsi.c978 lws_get_socket_fd(struct lws *wsi) in lws_get_socket_fd() function
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c677 n = lws_get_socket_fd(wsi->http.cgi->lsp->stdwsi[LWS_STDOUT]); in lws_cgi_write_split_stdout_headers()
828 n = lws_get_socket_fd(wsi->http.cgi->lsp->stdwsi[LWS_STDOUT]); in lws_cgi_write_split_stdout_headers()

Completed in 7 milliseconds