Lines Matching defs:cbuf
314 char_buffer_t cbuf;
602 if ((bytes = char_buffer_read(&inctx->cbuf, buf, wanted))) {
606 if (inctx->cbuf.length > 0) {
607 inctx->cbuf.value -= bytes;
608 inctx->cbuf.length += bytes;
610 char_buffer_write(&inctx->cbuf, buf, (int)bytes);
652 char_buffer_write(&inctx->cbuf, buf, rc);
769 char_buffer_write(&inctx->cbuf, buf, *len);
793 char_buffer_write(&inctx->cbuf, value, length);
1448 if (inctx->cbuf.length
1449 && (pos = memchr(inctx->cbuf.value, APR_ASCII_LF,
1450 inctx->cbuf.length)) != NULL) {
1451 start = inctx->cbuf.value;
1454 inctx->cbuf.value += len;
1455 inctx->cbuf.length -= len;
2024 inctx->cbuf.length = 0;