Home
last modified time | relevance | path

Searched refs:set_fd (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_methods.h31 set_fd, get_fd, \
44 set_fd, \
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dpoll_fd.rs82 pub fn set_fd<Fd: AsFd>(&mut self, fd: &'fd Fd) { in set_fd() functions
122 // Safety: Our constructors and `set_fd` require `pollfd.fd` to be in as_fd()
132 // Safety: Our constructors and `set_fd` require `pollfd.fd` to be in as_socket()
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/library/
H A Dssl_lib.c760 SSL_METHOD_CALL(set_fd, ssl, fd, 0); in SSL_set_fd()
773 SSL_METHOD_CALL(set_fd, ssl, fd, 0); in SSL_set_rfd()
786 SSL_METHOD_CALL(set_fd, ssl, fd, 0); in SSL_set_wfd()
/third_party/node/src/
H A Dstream_wrap.h94 inline void set_fd(int fd) { in set_fd() function in node::LibuvStreamWrap
H A Dtty_wrap.cc152 set_fd(fd); in TTYWrap()
H A Dpipe_wrap.cc220 if (err == 0) wrap->set_fd(fd); in Open()
H A Dtcp_wrap.cc235 wrap->set_fd(fd); in Open()
/third_party/rust/crates/rustix/tests/io/
H A Dpoll.rs51 // Make up some file descriptors so that we can test that set_fd works. in test_poll_fd_set_fd()
57 poll_fd.set_fd(&b); in test_poll_fd_set_fd()

Completed in 5 milliseconds