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

  /external/chromium_org/third_party/boringssl/src/crypto/bio/
file.c 148 BIO_set_fp(ret, file, BIO_CLOSE);
159 BIO_set_fp(ret, stream, close_flag);
327 int BIO_set_fp(BIO *bio, FILE *file, int close_flag) {
  /external/openssl/crypto/bio/
bio.h 117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
513 #define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
    [all...]
  /external/openssl/include/openssl/
bio.h 117 * BIO_set_fp(in,stdin,BIO_NOCLOSE); */
513 #define BIO_set_fp(b,fp,c) BIO_ctrl(b,BIO_C_SET_FILE_PTR,c,(char *)fp)
    [all...]

Completed in 36 milliseconds