Searched refs:close_flag (Results 1 – 8 of 8) sorted by relevance
/third_party/openssl/crypto/bio/ |
D | bss_fd.c | 19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 82 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 88 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
|
D | bss_sock.c | 59 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument 66 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
|
D | bss_file.c | 92 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() argument 101 BIO_set_fp(ret, stream, close_flag); in BIO_new_fp()
|
D | bss_dgram.c | 146 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() argument 153 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram() 819 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() argument 839 BIO_set_fd(bio, fd, close_flag); in BIO_new_dgram_sctp()
|
/third_party/openssl/doc/man3/ |
D | BIO_s_socket.pod | 13 BIO *BIO_new_socket(int sock, int close_flag); 26 BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>.
|
D | BIO_s_fd.pod | 16 BIO *BIO_new_fd(int fd, int close_flag); 44 BIO_new_fd() returns a file descriptor BIO using B<fd> and B<close_flag>.
|
/third_party/openssl/include/openssl/ |
D | bio.h | 547 BIO *BIO_new_fp(FILE *stream, int close_flag); 608 BIO *BIO_new_dgram(int fd, int close_flag); 611 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 714 BIO *BIO_new_socket(int sock, int close_flag); 719 BIO *BIO_new_fd(int fd, int close_flag);
|
/third_party/boost/libs/iostreams/src/ |
D | file_descriptor.cpp | 71 void close_impl(bool close_flag, bool throw_); 260 void file_descriptor_impl::close_impl(bool close_flag, bool throw_) { in close_impl() argument 262 if (close_flag) { in close_impl()
|