Lines Matching defs:buf
1055 nghttp3_buf *buf;
1069 buf = nghttp3_ringbuf_get(&stream->inq, 0);
1072 conn, &nproc, stream, buf->pos, nghttp3_buf_len(buf),
1078 buf->pos += nproc;
1085 if (nghttp3_buf_len(buf) == 0) {
1086 nghttp3_buf_free(buf, stream->mem);
1534 nghttp3_buf buf;
1560 nghttp3_buf_wrap_init(&buf, (uint8_t *)src, srclen);
1561 buf.last = buf.end;
1565 &flags, buf.pos,
1566 nghttp3_buf_len(&buf), fin);
1572 buf.pos += nread;
1631 return buf.pos - src;