Home
last modified time | relevance | path

Searched defs:accept_fd (Results 1 – 6 of 6) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Dadopt.c554 lws_adopt_socket_vhost(struct lws_vhost *vh, lws_sockfd_type accept_fd) in lws_adopt_socket_vhost()
564 lws_adopt_socket(struct lws_context *context, lws_sockfd_type accept_fd) in lws_adopt_socket()
923 lws_adopt_socket_readbuf(struct lws_context *context, lws_sockfd_type accept_fd, in lws_adopt_socket_readbuf()
932 lws_sockfd_type accept_fd, in lws_adopt_socket_vhost_readbuf()
/third_party/libwebsockets/lib/tls/
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()
/third_party/libwebsockets/lib/tls/mbedtls/
Dmbedtls-server.c246 lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd) in lws_tls_server_new_nonblocking()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c632 lws_tls_server_new_nonblocking(struct lws *wsi, lws_sockfd_type accept_fd)
/third_party/libwebsockets/include/libwebsockets/
Dlws-callbacks.h91 lws_sockfd_type accept_fd; member
/third_party/libuv/src/unix/
Dstream.c483 static int uv__emfile_trick(uv_loop_t* loop, int accept_fd) { in uv__emfile_trick()