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

  /external/openssl/crypto/bio/
bss_file.c 371 else if ((num & BIO_FP_READ) && (num & BIO_FP_WRITE))
373 else if (num & BIO_FP_WRITE)
bio.h 195 #define BIO_FP_WRITE 0x04
528 BIO_CLOSE|BIO_FP_WRITE,name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    [all...]
  /external/openssl/include/openssl/
bio.h 195 #define BIO_FP_WRITE 0x04
528 BIO_CLOSE|BIO_FP_WRITE,name)
532 BIO_CLOSE|BIO_FP_READ|BIO_FP_WRITE,name)
    [all...]

Completed in 41 milliseconds