Searched defs:close_flag (Results 1 – 5 of 5) sorted by relevance
19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd()82 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd()
59 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket()
92 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp()
146 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram()819 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp()
260 void file_descriptor_impl::close_impl(bool close_flag, bool throw_) { in close_impl()