Lines Matching defs:nwbio
2892 BIO *irbio = NULL, *iwbio = NULL, *nrbio = NULL, *nwbio = NULL;
2975 setupbio(&nwbio, bio1, bio2, newwbio);
2984 && (nwbio != iwbio || nrbio != nwbio))
2986 if (nwbio != NULL
2987 && nwbio != nrbio
2988 && (nwbio != iwbio || (nwbio == iwbio && irbio == iwbio)))
2989 BIO_up_ref(nwbio);
2991 SSL_set_bio(clientssl, nrbio, nwbio);