Searched refs:BIO_FLAGS_WRITE (Results 1 – 1 of 1) sorted by relevance
203 # define BIO_FLAGS_WRITE 0x02 macro205 # define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)250 BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))260 # define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)