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

  /external/boringssl/src/crypto/bio/
bio.c 288 static const int kRetryFlags = BIO_FLAGS_RWS | BIO_FLAGS_SHOULD_RETRY;
  /external/boringssl/src/include/openssl/
bio.h 665 #define BIO_FLAGS_RWS (BIO_FLAGS_READ | BIO_FLAGS_WRITE | BIO_FLAGS_IO_SPECIAL)
    [all...]

Completed in 49 milliseconds