Searched refs:set_fd (Results 1 - 8 of 8) sorted by relevance
/third_party/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/ |
H A D | ssl_methods.h | 31 set_fd, get_fd, \ 44 set_fd, \
|
/third_party/rust/crates/rustix/src/backend/libc/io/ |
H A D | poll_fd.rs | 82 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 D | ssl_lib.c | 760 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 D | stream_wrap.h | 94 inline void set_fd(int fd) { in set_fd() function in node::LibuvStreamWrap
|
H A D | tty_wrap.cc | 152 set_fd(fd); in TTYWrap()
|
H A D | pipe_wrap.cc | 220 if (err == 0) wrap->set_fd(fd); in Open()
|
H A D | tcp_wrap.cc | 235 wrap->set_fd(fd); in Open()
|
/third_party/rust/crates/rustix/tests/io/ |
H A D | poll.rs | 51 // 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