Searched refs:BIO_rw_filename (Results 1 – 6 of 6) sorted by relevance
7 BIO_rw_filename - FILE bio23 int BIO_rw_filename(BIO *b, char *name)68 BIO_rw_filename() set the file BIO B<b> to use file B<name> for99 BIO_rw_filename() return 1 for success or 0 for failure.
313 int BIO_rw_filename(BIO *bio, const char *filename) { in BIO_rw_filename() function
503 OPENSSL_EXPORT int BIO_rw_filename(BIO *bio, const char *filename);
133 BIO_rw_filename define
441 # define BIO_rw_filename(b,name) (int)BIO_ctrl(b,BIO_C_SET_FILENAME, \ macro
824 #define BIO_rw_filename BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BIO_rw_filename) macro