Searched refs:BIO_FLAGS_NONCLEAR_RST (Results 1 – 3 of 3) sorted by relevance
44 flag BIO_FLAGS_NONCLEAR_RST is not set, otherwise it just restores the read108 Calling BIO_reset() on a read write memory BIO with BIO_FLAGS_NONCLEAR_RST115 BIO_FLAGS_NONCLEAR_RST set has the same effect as a write operation.
262 if (!(b->flags & BIO_FLAGS_NONCLEAR_RST)) { in mem_ctrl()
171 # define BIO_FLAGS_NONCLEAR_RST 0x400 macro