HomeSort by relevance Sort by last modified time
    Searched refs:BIO_clear_flags (Results 1 - 4 of 4) 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/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 168 milliseconds