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

  /external/openssl/crypto/bio/
bss_file.c 183 BIO_clear_flags(ret,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */
315 BIO_clear_flags(b,BIO_FLAGS_UPLINK);
406 BIO_clear_flags(b,BIO_FLAGS_UPLINK); /* we did fopen -> we disengage UPLINK */
bio.h 235 void BIO_clear_flags(BIO *b, int flags);
247 BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
    [all...]
bio_lib.c 144 void BIO_clear_flags(BIO *b, int flags)
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
bio.c 288 void BIO_clear_flags(BIO *bio, int flags) {
  /external/chromium_org/third_party/boringssl/src/include/openssl/
bio.h 199 /* BIO_clear_flags ANDs |bio->flags| with the bitwise-complement of |flags|. */
200 OPENSSL_EXPORT void BIO_clear_flags(BIO *bio, int flags);
    [all...]
  /external/openssl/include/openssl/
bio.h 235 void BIO_clear_flags(BIO *b, int flags);
247 BIO_clear_flags(b, (BIO_FLAGS_RWS|BIO_FLAGS_SHOULD_RETRY))
    [all...]

Completed in 66 milliseconds