Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/openssl/
H A Dbio.h407 # define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */ macro
574 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
H A Dbio.h.in384 # define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */ macro
551 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
/freebsd/crypto/openssl/crypto/bio/
H A Dbss_bio.c426 case BIO_C_SET_WRITE_BUF_SIZE: in bio_ctrl()