Home
last modified time | relevance | path

Searched refs:BIO_get_fp (Results 1 – 6 of 6) sorted by relevance

/third_party/openssl/doc/man3/
DBIO_s_file.pod5 BIO_s_file, BIO_new_file, BIO_new_fp, BIO_set_fp, BIO_get_fp,
18 BIO_get_fp(BIO *b, FILE **fpp);
60 BIO_get_fp() retrieves the fp of a file BIO, it is a macro.
90 BIO_set_fp() and BIO_get_fp() return 1 for success or 0 for failure
/third_party/curl/docs/examples/
Dcurlx.c505 BIO_get_fp(out, &outfp); in main()
/third_party/openssl/util/
Dprivate.num117 BIO_get_fp define
/third_party/openssl/include/openssl/
Dbio.h417 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
/third_party/openssl/apps/
Dapps.c1558 BIO_get_fp(in, &dbfp); in load_index()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h780 #define BIO_get_fp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_fp) macro