Home
last modified time | relevance | path

Searched refs:BIO_C_GET_WRITE_GUARANTEE (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c469 case BIO_C_GET_WRITE_GUARANTEE: in bio_ctrl()
728 return BIO_ctrl(bio, BIO_C_GET_WRITE_GUARANTEE, 0, NULL); in BIO_ctrl_get_write_guarantee()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h411 # define BIO_C_GET_WRITE_GUARANTEE 140 macro
580 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)
H A Dbio.h.in388 # define BIO_C_GET_WRITE_GUARANTEE 140 macro
557 # define BIO_get_write_guarantee(b) (int)BIO_ctrl(b,BIO_C_GET_WRITE_GUARANTEE,0,NULL)