| D | bio.h | 471 # define BIO_set_app_data(s,arg) BIO_set_ex_data(s,0,arg) argument 472 # define BIO_get_app_data(s) BIO_get_ex_data(s,0) argument 508 # define BIO_set_filter_bio(b,s) BIO_ctrl(b,BIO_C_SET_PROXY_PARAM,2,(char *)(s)) argument 724 void *u, const char *s, int len); 726 void *u, const char *s, int len, int indent); 730 int BIO_dump_fp(FILE *fp, const char *s, int len); 731 int BIO_dump_indent_fp(FILE *fp, const char *s, int len, int indent);
|