Lines Matching refs:BIO_free
1145 if (bio_stdout != NULL) BIO_free(bio_stdout);
1158 if (bio_err != NULL) BIO_free(bio_err);
1536 BIO_free(server);
1538 BIO_free(server_io);
1540 BIO_free(client);
1542 BIO_free(client_io);
1544 BIO_free(s_ssl_bio);
1546 BIO_free(c_ssl_bio);
1831 * BIO_free non NULL entries.
1844 if (c_to_s != NULL) BIO_free(c_to_s);
1845 if (s_to_c != NULL) BIO_free(s_to_c);