Lines Matching refs:nrbio
2942 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL;
3026 setupbio(&nrbio, bio1, bio2, newrbio);
3034 if (nrbio != NULL
3035 && nrbio != irbio
3036 && (nwbio != iwbio || nrbio != nwbio))
3037 if (!TEST_true(BIO_up_ref(nrbio)))
3040 && nwbio != nrbio
3043 if (nrbio != irbio
3044 && (nwbio != iwbio || nrbio != nwbio))
3045 BIO_free(nrbio);
3049 SSL_set_bio(clientssl, nrbio, nwbio);