Lines Matching defs:buf
39 static int send_bio_chars(void *arg, const void *buf, int len)
43 if (BIO_write(arg, buf, len) != len)
49 static int send_fp_chars(void *arg, const void *buf, int len)
53 if (fwrite(buf, 1, len, arg) != (unsigned int)len)
59 typedef int char_io (void *arg, const void *buf, int len);
139 static int do_buf(unsigned char *buf, int buflen,
148 p = buf;
149 q = buf + buflen;
171 if (p == buf && flags & ASN1_STRFLGS_ESC_2253)
235 static int do_hex_dump(char_io *io_ch, void *arg, unsigned char *buf,
242 p = buf;
243 q = buf + buflen;