| /netbsd-src/crypto/external/bsd/openssl/dist/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 | 58 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 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 | 144 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()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bio/ |
| H A D | bss_fd.c | 19 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()
|
| H A D | bss_sock.c | 59 BIO *BIO_new_socket(int fd, int close_flag) in BIO_new_socket() argument 66 BIO_set_fd(ret, fd, close_flag); in BIO_new_socket()
|
| H A D | bss_file.c | 92 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()
|
| H A D | bss_dgram.c | 146 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()
|
| /netbsd-src/crypto/external/bsd/netpgp/dist/src/libbn/ |
| H A D | stubs.c | 67 BIO_new_fd(int fd, int close_flag) in BIO_new_fd() argument 70 USE_ARG(close_flag); in BIO_new_fd()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/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>.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/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 | 19 BIO *BIO_new_dgram(int fd, int close_flag);
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
| H A D | bio.h | 547 BIO *BIO_new_fp(FILE *stream, int close_flag); 608 BIO *BIO_new_dgram(int fd, int close_flag); 611 BIO *BIO_new_dgram_sctp(int fd, int close_flag); 714 BIO *BIO_new_socket(int sock, int close_flag); 719 BIO *BIO_new_fd(int fd, int close_flag);
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
| H A D | bio.h.in | 605 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);
|
| /netbsd-src/external/bsd/libevent/dist/test/ |
| H A D | regress_ssl.c | 717 BIO_new_rwcount(int close_flag) in BIO_new_rwcount() argument 724 BIO_set_shutdown(result, !!close_flag); in BIO_new_rwcount()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | parse.c | 5446 int close_flag; in parse_executable() local 5453 close_flag = check_do_closure (); in parse_executable() 5454 if (close_flag) in parse_executable() 5494 if (close_flag == 1) in parse_executable()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | parse.cc | 5771 int close_flag; in parse_executable() local 5778 close_flag = check_do_closure (); in parse_executable() 5779 if (close_flag) in parse_executable() 5819 if (close_flag == 1) in parse_executable()
|