Home
last modified time | relevance | path

Searched refs:close_flag (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/crypto/openssl/crypto/bio/
HDbss_fd.c19 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()
HDbss_sock.c60 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument
67 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
HDbss_file.c92 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()
HDbss_dgram.c146 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()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDBIO_s_socket.pod13 BIO *BIO_new_socket(int sock, int close_flag);
26 BIO_new_socket() returns a socket BIO using B<sock> and B<close_flag>.
HDBIO_s_fd.pod16 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>.
/freebsd-13-stable/crypto/openssl/include/openssl/
HDbio.h569 BIO *BIO_new_fp(FILE *stream, int close_flag);
630 BIO *BIO_new_dgram(int fd, int close_flag);
633 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
736 BIO *BIO_new_socket(int sock, int close_flag);
741 BIO *BIO_new_fd(int fd, int close_flag);
/freebsd-13-stable/contrib/libevent/test/
HDregress_ssl.c715 BIO_new_rwcount(int close_flag) in BIO_new_rwcount() argument
722 BIO_set_shutdown(result, !!close_flag); in BIO_new_rwcount()
/freebsd-13-stable/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c715 BIO_new_rwcount(int close_flag) in BIO_new_rwcount() argument
722 BIO_set_shutdown(result, !!close_flag); in BIO_new_rwcount()