/third_party/node/deps/openssl/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 | 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()
|
/third_party/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 | 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()
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | bio.rs | 40 pub fn BIO_new_fp(stream: *mut FILE, close_flag: c_int) -> *mut BIO; in BIO_new_fp() 62 pub fn BIO_new_socket(sock: c_int, close_flag: c_int) -> *mut BIO; in BIO_new_socket()
|
/third_party/openssl/ohos_lite/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);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/ |
H A D | bio.h | 628 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);
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/include/openssl/ |
H A D | bio.h | 628 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);
|