Searched defs:close_flag (Results 1 – 5 of 5) sorted by relevance
134 BIO *BIO_new_fd(int fd, int close_flag) { in BIO_new_fd()272 int BIO_set_fd(BIO *bio, int fd, int close_flag) { in BIO_set_fd()
119 BIO *BIO_new_fp(FILE *stream, int close_flag) { in BIO_new_fp()294 int BIO_set_fp(BIO *bio, FILE *file, int close_flag) { in BIO_set_fp()
195 BIO *BIO_new_socket(int fd, int close_flag) { in BIO_new_socket()
333 int BIO_set_close(BIO *bio, int close_flag) { in BIO_set_close()
715 BIO_new_rwcount(int close_flag) in BIO_new_rwcount()