Lines Matching defs:length
414 // content-length is 0.
839 const uint8_t *framehd, size_t length,
855 body->remove(*wb, length);
865 if (length > 0 && downstream->resume_read(SHRPX_NO_BUFFER, length) != 0) {
869 // We have to add length here, so that we can log this amount of
871 downstream->response_sent_body_length += length;
1441 size_t length, uint32_t *data_flags,
1452 auto nread = std::min(body->rleft(), length);
1607 http2::make_nv_ls_nocopy("content-length", content_length),