Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIO_C_SET_WRITE_BUF_SIZE

437 #define BIO_C_SET_WRITE_BUF_SIZE		136/* for BIO_s_bio */
585 #define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)