Lines Matching refs:response_buf
1312 req->response_buf = NULL; in nxt_unit_process_req_headers()
1786 req->response_buf = NULL; in nxt_unit_request_info_release()
2043 if (nxt_slow_path(req->response_buf != NULL)) { in nxt_unit_response_init()
2044 buf = req->response_buf; in nxt_unit_response_init()
2052 req->response_buf = NULL; in nxt_unit_response_init()
2068 req->response_buf = buf; in nxt_unit_response_init()
2195 nxt_unit_buf_free(req->response_buf); in nxt_unit_response_realloc()
2198 req->response_buf = buf; in nxt_unit_response_realloc()
2250 buf = req->response_buf; in nxt_unit_response_add_field()
2308 buf = req->response_buf; in nxt_unit_response_add_content()
2358 (int) (req->response_buf->free in nxt_unit_response_send()
2359 - req->response_buf->start)); in nxt_unit_response_send()
2361 mmap_buf = nxt_container_of(req->response_buf, nxt_unit_mmap_buf_t, buf); in nxt_unit_response_send()
2366 req->response_buf = NULL; in nxt_unit_response_send()
2896 if (nxt_slow_path(req->response_buf != NULL)) { in nxt_unit_response_write_nb()
2897 part_size = req->response_buf->end - req->response_buf->free; in nxt_unit_response_write_nb()
2974 if (nxt_slow_path(req->response_buf != NULL)) { in nxt_unit_response_write_cb()
2984 buf = req->response_buf; in nxt_unit_response_write_cb()
3279 nxt_unit_buf_send_done(req->response_buf); in nxt_unit_request_done()