Lines Matching defs:bio_s_msg
86 static BIO *bio_s_msg = NULL;
1395 bio_s_msg = BIO_new_file(opt_arg(), "w");
1396 if (bio_s_msg == NULL) {
1811 if (s_msg && bio_s_msg == NULL) {
1812 bio_s_msg = dup_bio_out(FORMAT_TEXT);
1813 if (bio_s_msg == NULL) {
2266 BIO_free(bio_s_msg);
2267 bio_s_msg = NULL;
2463 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
3135 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);
3560 SSL_set_msg_callback_arg(con, bio_s_msg ? bio_s_msg : bio_s_out);