Home
last modified time | relevance | path

Searched refs:outgoing_buf (Results 1 – 1 of 1) sorted by path

/unit/src/
H A Dnxt_unit.c251 nxt_unit_mmap_buf_t *outgoing_buf; member
1337 req_impl->outgoing_buf = NULL; in nxt_unit_process_req_headers()
1806 while (req_impl->outgoing_buf != NULL) { in nxt_unit_request_info_release()
1807 nxt_unit_mmap_buf_free(req_impl->outgoing_buf); in nxt_unit_request_info_release()
2429 nxt_unit_mmap_buf_insert_tail(&req_impl->outgoing_buf, mmap_buf); in nxt_unit_response_buf_alloc()