Searched refs:BIO_get_fp (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BIO_s_file.pod | 5 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/ |
D | curlx.c | 505 BIO_get_fp(out, &outfp); in main()
|
/third_party/openssl/util/ |
D | private.num | 117 BIO_get_fp define
|
/third_party/openssl/include/openssl/ |
D | bio.h | 417 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
|
/third_party/openssl/apps/ |
D | apps.c | 1558 BIO_get_fp(in, &dbfp); in load_index()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 780 #define BIO_get_fp BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_get_fp) macro
|