Home
last modified time | relevance | path

Searched refs:close_flag (Results 1 - 25 of 67) sorted by relevance

123

/third_party/node/deps/openssl/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()
/third_party/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()
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/
H A Dbio.rs40 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 Dbio.h547 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 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);
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/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);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm_avx2/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);
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/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);
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/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);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/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);
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/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);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/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);
/third_party/node/deps/openssl/config/archs/linux-elf/asm/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);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/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);
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/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);
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/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);
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/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);
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/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);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/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);
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/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);
/third_party/node/deps/openssl/config/archs/BSD-x86_64/no-asm/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);

Completed in 44 milliseconds

123