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

  /external/openssl/crypto/bio/
bio.h 202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
247 BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
249 BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
255 #define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS)
    [all...]
  /external/openssl/include/openssl/
bio.h 202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
247 BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
249 BIO_test_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
255 #define BIO_retry_type(a) BIO_test_flags(a, BIO_FLAGS_RWS)
    [all...]

Completed in 56 milliseconds