Searched refs:nwbio (Results 1 – 1 of 1) sorted by relevance
2936 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL; in test_ssl_set_bio() local3019 setupbio(&nwbio, bio1, bio2, newwbio); in test_ssl_set_bio()3028 && (nwbio != iwbio || nrbio != nwbio)) in test_ssl_set_bio()3030 if (nwbio != NULL in test_ssl_set_bio()3031 && nwbio != nrbio in test_ssl_set_bio()3032 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio))) in test_ssl_set_bio()3033 BIO_up_ref(nwbio); in test_ssl_set_bio()3035 SSL_set_bio(clientssl, nrbio, nwbio); in test_ssl_set_bio()
Completed in 45 milliseconds