Home
last modified time | relevance | path

Searched refs:BIO_FLAGS_UPLINK_INTERNAL (Results 1 – 4 of 4) sorted by relevance

/third_party/openssl/crypto/bio/
Dbss_file.c86 BIO_clear_flags(ret, BIO_FLAGS_UPLINK_INTERNAL); in BIO_new_file()
99 BIO_set_flags(ret, BIO_FLAGS_UPLINK_INTERNAL); in BIO_new_fp()
114 bi->flags = BIO_FLAGS_UPLINK_INTERNAL; /* default to UPLINK */ in file_new()
124 if (a->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_free()
129 a->flags = BIO_FLAGS_UPLINK_INTERNAL; in file_free()
141 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_read()
146 && (b->flags & BIO_FLAGS_UPLINK_INTERNAL in file_read()
162 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_write()
189 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_ctrl()
195 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_ctrl()
[all …]
Dbss_fd.c95 bi->flags = BIO_FLAGS_UPLINK_INTERNAL; /* essentially redundant */ in fd_new()
108 a->flags = BIO_FLAGS_UPLINK_INTERNAL; in fd_free()
Dbio_local.h158 #if BIO_FLAGS_UPLINK_INTERNAL==0
/third_party/openssl/include/internal/
Dcryptlib.h18 # define BIO_FLAGS_UPLINK_INTERNAL 0x8000 macro
21 # define BIO_FLAGS_UPLINK_INTERNAL 0 macro