Searched refs:BIO_ctrl_pending (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.3-release/crypto/openssl/crypto/bio/
H A Dbio_lib.c399 size_t BIO_ctrl_pending(BIO *bio) function
H A Dbio.h593 size_t BIO_ctrl_pending(BIO *b);
/freebsd-10.3-release/crypto/openssl/ssl/
H A Dssltest.c1202 * BIO_ctrl_pending(bio) number of bytes we can read now
1374 r1 = BIO_ctrl_pending(io1);
1414 r1 = BIO_ctrl_pending(io2);
1440 "BIO_ctrl_pending() bytes");
/freebsd-10.3-release/contrib/unbound/smallapp/
H A Dunbound-anchor.c1152 pathname, (int)BIO_ctrl_pending(bio));
/freebsd-10.3-release/secure/lib/libcrypto/
H A DMakefile.man233 MLINKS+= BIO_ctrl.3 BIO_ctrl_pending.3
/freebsd-10.3-release/contrib/wpa/src/crypto/
H A Dtls_openssl.c2388 res = BIO_ctrl_pending(conn->ssl_out);

Completed in 136 milliseconds