Searched refs:BIO_C_GET_WRITE_BUF_SIZE (Results 1 – 3 of 3) sorted by relevance
438 #define BIO_C_GET_WRITE_BUF_SIZE 137 macro586 #define BIO_get_write_buf_size(b,size) (size_t)BIO_ctrl(b,BIO_C_GET_WRITE_BUF_SIZE,size,NULL)
542 case BIO_C_GET_WRITE_BUF_SIZE: in bio_ctrl()