Searched refs:BIO_FLAGS_UPLINK_INTERNAL (Results 1 – 4 of 4) sorted by relevance
86 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 …]
95 bi->flags = BIO_FLAGS_UPLINK_INTERNAL; /* essentially redundant */ in fd_new()108 a->flags = BIO_FLAGS_UPLINK_INTERNAL; in fd_free()
158 #if BIO_FLAGS_UPLINK_INTERNAL==0
18 # define BIO_FLAGS_UPLINK_INTERNAL 0x8000 macro21 # define BIO_FLAGS_UPLINK_INTERNAL 0 macro