Searched refs:BIO_FLAGS_NONCLEAR_RST (Results 1 – 5 of 5) sorted by relevance
196 BIO_set_flags(bio, BIO_FLAGS_NONCLEAR_RST); in test_bio_nonclear_rst()210 BIO_clear_flags(bio, BIO_FLAGS_NONCLEAR_RST); in test_bio_nonclear_rst()
44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read110 Calling BIO_reset() on a read write memory BIO with BIO_FLAGS_NONCLEAR_RST117 BIO_FLAGS_NONCLEAR_RST set has the same effect as a write operation.
265 if (!(b->flags & BIO_FLAGS_NONCLEAR_RST)) { in mem_ctrl()
206 * BIO_FLAGS_NONCLEAR_RST means we shouldn't clear data on reset.209 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro
208 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro