Lines Matching refs:buf
582 # define BIO_set_buffer_read_data(b,buf,num) BIO_ctrl(b,BIO_C_SET_BUFF_READ_DATA,num,buf) argument
664 int BIO_gets(BIO *bp, char *buf, int size);
666 int BIO_puts(BIO *bp, const char *buf);
683 int BIO_nread0(BIO *bio, char **buf);
684 int BIO_nread(BIO *bio, char **buf, int num);
685 int BIO_nwrite0(BIO *bio, char **buf);
686 int BIO_nwrite(BIO *bio, char **buf, int num);
692 BIO *BIO_new_mem_buf(const void *buf, int len);
766 void *buf),
798 int BIO_snprintf(char *buf, size_t n, const char *format, ...)
800 int BIO_vsnprintf(char *buf, size_t n, const char *format, va_list args)