Searched refs:close_flag (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/lib/libcrypto/bio/ |
| D | bss_sock.c | 97 BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument 104 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
|
| D | bss_fd.c | 99 BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 105 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
|
| D | bss_file.c | 143 BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() argument 150 BIO_set_fp(ret, stream, close_flag); in BIO_new_fp()
|
| D | bio.h | 531 BIO *BIO_new_fp(FILE *stream, int close_flag); 616 BIO *BIO_new_socket(int sock, int close_flag); 617 BIO *BIO_new_dgram(int fd, int close_flag); 618 BIO *BIO_new_fd(int fd, int close_flag);
|
| D | bss_dgram.c | 125 BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() argument 132 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram()
|