Lines Matching defs:buflen
85 const char *buf, const size_t buflen,
91 line_end = memchr(buf, '\n', buflen);
103 const char *buf, const size_t buflen, int options,
114 nread = detect_line(parser, buf, buflen, err);
130 *err = Curl_dyn_addn(&parser->scratch, (const unsigned char *)buf, buflen);
131 nread = (*err)? -1 : (ssize_t)buflen;
262 const char *buf, size_t buflen,
270 n = next_line(parser, buf, buflen, options, err);
282 buflen -= (size_t)n;
286 if(!buflen)