Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbss_file.c99 BIO_set_flags(ret, BIO_FLAGS_UPLINK_INTERNAL); in BIO_new_fp()
129 a->flags = BIO_FLAGS_UPLINK_INTERNAL; in file_free()
141 if (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()
202 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_ctrl()
212 # if BIO_FLAGS_UPLINK_INTERNAL!=0 in file_ctrl()
227 if (b->flags & BIO_FLAGS_UPLINK_INTERNAL) in file_ctrl()
323 st = b->flags & BIO_FLAGS_UPLINK_INTERNAL in file_ctrl()
[all …]
H A Dbss_fd.c95 bi->flags = BIO_FLAGS_UPLINK_INTERNAL; /* essentially redundant */ in fd_new()
108 a->flags = BIO_FLAGS_UPLINK_INTERNAL; in fd_free()
H A Dbio_local.h146 #if BIO_FLAGS_UPLINK_INTERNAL==0
/openssl/include/internal/
H A Dcryptlib.h15 # define BIO_FLAGS_UPLINK_INTERNAL 0x8000 macro
18 # define BIO_FLAGS_UPLINK_INTERNAL 0 macro

Completed in 10 milliseconds