Searched refs:BIO_get_write_guarantee (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/doc/man3/ |
H A D | BIO_s_bio.pod | 7 BIO_get_write_guarantee, BIO_ctrl_get_write_guarantee, BIO_get_read_request, 25 int BIO_get_write_guarantee(BIO *b); 80 BIO_get_write_guarantee() and BIO_ctrl_get_write_guarantee() return the maximum 84 function whereas BIO_get_write_guarantee() is a macro. 96 than that returned by BIO_get_write_guarantee(). 125 BIO_get_write_guarantee(), and BIO_get_read_request() are implemented
|
/freebsd/crypto/openssl/util/ |
H A D | other.syms | 192 BIO_get_write_guarantee define
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | bio.h | 580 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL) macro
|
H A D | bio.h.in | 557 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL) macro
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 836 MLINKS+= BIO_s_bio.3 BIO_get_write_guarantee.3
|