Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssl.old/dist/doc/man3/
H A 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
/netbsd/crypto/external/bsd/openssl/dist/doc/man3/
H A 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
/netbsd/crypto/external/bsd/openssl.old/dist/util/
H A Dprivate.num117 BIO_get_fp define
/netbsd/crypto/external/bsd/openssl/dist/util/
H A Dother.syms180 BIO_get_fp define
/netbsd/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dbio.h417 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
/netbsd/crypto/external/bsd/openssl/dist/crypto/http/
H A Dhttp_client.c302 if (BIO_get_fp(req, &fp) == 1 && fseek(fp, 0, SEEK_END) == 0) { in set1_content()
/netbsd/crypto/external/bsd/openssl/dist/include/openssl/
H A Dbio.h.in469 # define BIO_get_fp(b,fpp) BIO_ctrl(b,BIO_C_GET_FILE_PTR,0,(char *)(fpp)) macro
/netbsd/crypto/external/bsd/openssl.old/dist/apps/
H A Dapps.c1571 BIO_get_fp(in, &dbfp); in load_index()
/netbsd/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c1651 BIO_get_fp(in, &dbfp); in load_index()
/netbsd/crypto/external/bsd/openssl/dist/apps/
H A Ds_server.c3396 BIO_get_fp(file, &fp); in www_body()
/netbsd/crypto/external/bsd/openssl/dist/test/
H A Dsslapitest.c1362 BIO_get_fp(in, &ffdp); in execute_test_ktls_sendfile()