HomeSort by relevance Sort by last modified time
    Searched refs:BIO_FLAGS_WRITE (Results 1 - 2 of 2) sorted by null

  /external/boringssl/src/crypto/bio/
bio.c 238 return BIO_test_flags(bio, BIO_FLAGS_WRITE);
260 bio->flags |= BIO_FLAGS_WRITE | BIO_FLAGS_SHOULD_RETRY;
  /external/boringssl/src/include/openssl/
bio.h 205 // BIO_set_retry_write sets the |BIO_FLAGS_WRITE| and |BIO_FLAGS_SHOULD_RETRY|
209 // BIO_get_retry_flags gets the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
213 // BIO_clear_retry_flags clears the |BIO_FLAGS_READ|, |BIO_FLAGS_WRITE|,
731 #define BIO_FLAGS_WRITE 0x02
733 #define BIO_FLAGS_RWS (BIO_FLAGS_READ | BIO_FLAGS_WRITE | BIO_FLAGS_IO_SPECIAL)
    [all...]

Completed in 52 milliseconds