Searched refs:close_flag (Results 1 – 11 of 11) sorted by relevance
/openssl/crypto/bio/ |
H A D | bss_fd.c | 19 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 80 BIO *BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 86 BIO_set_fd(ret, fd, close_flag); in BIO_new_fd()
|
H A D | bss_sock.c | 67 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument 74 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
|
H A D | bss_file.c | 91 BIO *BIO_new_fp(FILE *stream, int close_flag) in BIO_new_fp() argument 100 BIO_set_fp(ret, stream, close_flag); in BIO_new_fp()
|
H A D | bss_dgram.c | 253 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() argument 260 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram() 1764 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() argument 1784 BIO_set_fd(bio, fd, close_flag); in BIO_new_dgram_sctp()
|
/openssl/doc/man3/ |
H A 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>.
|
H A 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>.
|
H A D | BIO_s_datagram.pod | 20 BIO *BIO_new_dgram(int fd, int close_flag);
|
/openssl/include/internal/ |
H A D | qlog.h | 53 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *file, int close_flag);
|
/openssl/include/openssl/ |
H A D | bio.h.in | 700 BIO *BIO_new_fp(FILE *stream, int close_flag); 775 BIO *BIO_new_dgram(int fd, int close_flag); 778 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 887 BIO *BIO_new_socket(int sock, int close_flag); 892 BIO *BIO_new_fd(int fd, int close_flag);
|
/openssl/doc/HOWTO/ |
H A D | documenting-functions-and-macros.md | 74 @@ -192,6 +192,13 @@ BIO *BIO_new_dgram(int fd, int close_flag)
|
/openssl/ssl/quic/ |
H A D | qlog.c | 192 int ossl_qlog_set_sink_file(QLOG *qlog, FILE *f, int close_flag) in ossl_qlog_set_sink_file() argument
|
Completed in 32 milliseconds