Searched refs:BIO_FLAGS_WRITE (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/src/crypto/bio/
H A Dbio.c275 return BIO_test_flags(bio, BIO_FLAGS_WRITE);
297 bio->flags |= BIO_FLAGS_WRITE | BIO_FLAGS_SHOULD_RETRY;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dbio.h206 /* BIO_set_retry_read sets the |BIO_FLAGS_WRITE| and |BIO_FLAGS_SHOULD_RETRY|
210 /* BIO_get_retry_flags gets the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
214 /* BIO_clear_retry_flags clears the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
646 #define BIO_FLAGS_WRITE 0x02 macro
648 #define BIO_FLAGS_RWS (BIO_FLAGS_READ | BIO_FLAGS_WRITE | BIO_FLAGS_IO_SPECIAL)
/external/openssl/crypto/bio/
H A Dbio.h200 #define BIO_FLAGS_WRITE 0x02 macro
202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
243 BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
253 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)
/external/openssl/include/openssl/
H A Dbio.h200 #define BIO_FLAGS_WRITE 0x02 macro
202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
243 BIO_set_flags(b, (BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY))
253 #define BIO_should_write(a) BIO_test_flags(a, BIO_FLAGS_WRITE)
/external/openssl/ssl/
H A Dbio_ssl.c441 BIO_FLAGS_WRITE|BIO_FLAGS_SHOULD_RETRY);

Completed in 111 milliseconds