Searched refs:BIO_up_ref (Results 1 – 5 of 5) sorted by relevance
32 BIO_up_ref(rbio); in ScopedSslBio()33 BIO_up_ref(wbio); in ScopedSslBio()
890 BIO_up_ref(bio.get()); in GetClientHello()1688 BIO_up_ref(bio1.get()); in TEST()1695 BIO_up_ref(bio2.get()); in TEST()1696 BIO_up_ref(bio3.get()); in TEST()1703 BIO_up_ref(bio1.get()); in TEST()1707 BIO_up_ref(bio3.get()); in TEST()1714 BIO_up_ref(bio1.get()); in TEST()1722 BIO_up_ref(bio1.get()); in TEST()1723 BIO_up_ref(bio2.get()); in TEST()
531 BIO_up_ref(rbio); in SSL_set_bio()1162 BIO_up_ref(rbio); in SSL_set_wfd()1182 BIO_up_ref(wbio); in SSL_set_rfd()
100 OPENSSL_EXPORT int BIO_up_ref(BIO *bio);
117 int BIO_up_ref(BIO *bio) { in BIO_up_ref() function