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

  /external/openssl/crypto/bio/
bio.h 201 #define BIO_FLAGS_IO_SPECIAL 0x04
202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
239 BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY))
254 #define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
    [all...]
  /external/openssl/include/openssl/
bio.h 201 #define BIO_FLAGS_IO_SPECIAL 0x04
202 #define BIO_FLAGS_RWS (BIO_FLAGS_READ|BIO_FLAGS_WRITE|BIO_FLAGS_IO_SPECIAL)
239 BIO_set_flags(b, (BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY))
254 #define BIO_should_io_special(a) BIO_test_flags(a, BIO_FLAGS_IO_SPECIAL)
    [all...]
  /external/openssl/ssl/
bio_ssl.c 437 BIO_FLAGS_IO_SPECIAL|BIO_FLAGS_SHOULD_RETRY);

Completed in 31 milliseconds