Home
last modified time | relevance | path

Searched refs:BIO_get_read_request (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/doc/man3/
H A DBIO_s_bio.pod7 BIO_get_write_guarantee, BIO_ctrl_get_write_guarantee, BIO_get_read_request,
27 int BIO_get_read_request(BIO *b);
86 BIO_get_read_request() and BIO_ctrl_get_read_request() return the
95 Note that BIO_get_read_request() never returns an amount larger
99 BIO_get_read_request() to zero.
125 BIO_get_write_guarantee(), and BIO_get_read_request() are implemented
/freebsd/crypto/openssl/util/
H A Dother.syms189 BIO_get_read_request define
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h581 # define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
H A Dbio.h.in558 # define BIO_get_read_request(b) (int)BIO_ctrl(b,BIO_C_GET_READ_REQUEST,0,NULL) macro
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile830 MLINKS+= BIO_s_bio.3 BIO_get_read_request.3