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 263 return BIO_test_flags(bio, BIO_FLAGS_WRITE);
285 bio->flags |= BIO_FLAGS_WRITE | BIO_FLAGS_SHOULD_RETRY;
  /external/boringssl/src/include/openssl/
bio.h 206 /* BIO_set_retry_write 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|,
663 #define BIO_FLAGS_WRITE 0x02
665 #define BIO_FLAGS_RWS (BIO_FLAGS_READ | BIO_FLAGS_WRITE | BIO_FLAGS_IO_SPECIAL)
    [all...]

Completed in 92 milliseconds