Home
last modified time | relevance | path

Searched refs:lws_plat_set_nonblocking (Results 1 – 7 of 7) sorted by relevance

/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c81 lws_plat_set_nonblocking(lws_sockfd_type fd) in lws_plat_set_nonblocking() function
139 return lws_plat_set_nonblocking(fd); in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/optee/
Dlws-plat-optee.c129 lws_plat_set_nonblocking(lws_sockfd_type fd) in lws_plat_set_nonblocking() function
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c78 lws_plat_set_nonblocking(lws_sockfd_type fd) in lws_plat_set_nonblocking() function
144 return lws_plat_set_nonblocking(fd); in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c96 lws_plat_set_nonblocking(lws_sockfd_type fd) in lws_plat_set_nonblocking() function
190 return lws_plat_set_nonblocking(fd); in lws_plat_set_socket_options()
/third_party/libwebsockets/lib/core-net/
Dadopt.c363 if (lws_plat_set_nonblocking(fd.sockfd)) { in lws_adopt_descriptor_vhost2()
371 if (lws_plat_set_nonblocking(fd.filefd)) { in lws_adopt_descriptor_vhost2()
Dprivate-lib-core-net.h1047 lws_plat_set_nonblocking(lws_sockfd_type fd);
/third_party/libwebsockets/lib/roles/netlink/
Dops-netlink.c514 lws_plat_set_nonblocking(wsi->desc.sockfd); in rops_pt_init_destroy_netlink()