Home
last modified time | relevance | path

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

/third_party/openssl/include/openssl/
Dbio.h331 # define BIO_C_SET_WRITE_BUF_SIZE 136/* for BIO_s_bio */ macro
499 # define BIO_set_write_buf_size(b,size) (int)BIO_ctrl(b,BIO_C_SET_WRITE_BUF_SIZE,size,NULL)
/third_party/openssl/crypto/bio/
Dbss_bio.c428 case BIO_C_SET_WRITE_BUF_SIZE: in bio_ctrl()