Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_fd.c19 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 Dbss_sock.c58 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument
65 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
H A Dbss_file.c91 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 Dbss_dgram.c144 BIO *BIO_new_dgram(int fd, int close_flag) in BIO_new_dgram() argument
151 BIO_set_fd(ret, fd, close_flag); in BIO_new_dgram()
799 BIO *BIO_new_dgram_sctp(int fd, int close_flag) in BIO_new_dgram_sctp() argument
819 BIO_set_fd(bio, fd, close_flag); in BIO_new_dgram_sctp()
/freebsd/crypto/openssl/doc/man3/
H A DBIO_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>.
H A DBIO_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>.
H A DBIO_s_datagram.pod19 BIO *BIO_new_dgram(int fd, int close_flag);
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h628 BIO *BIO_new_fp(FILE *stream, int close_flag);
691 BIO *BIO_new_dgram(int fd, int close_flag);
694 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
799 BIO *BIO_new_socket(int sock, int close_flag);
804 BIO *BIO_new_fd(int fd, int close_flag);
H A Dbio.h.in605 BIO *BIO_new_fp(FILE *stream, int close_flag);
668 BIO *BIO_new_dgram(int fd, int close_flag);
671 BIO *BIO_new_dgram_sctp(int fd, int close_flag);
776 BIO *BIO_new_socket(int sock, int close_flag);
781 BIO *BIO_new_fd(int fd, int close_flag);
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_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/contrib/libevent/test/
H A Dregress_ssl.c715 BIO_new_rwcount(int close_flag) in BIO_new_rwcount() argument
722 BIO_set_shutdown(result, !!close_flag); in BIO_new_rwcount()