Home
last modified time | relevance | path

Searched refs:nxt_http_buf_last (Results 1 – 7 of 7) sorted by relevance

/unit/src/
H A Dnxt_http_error.c95 out->next = nxt_http_buf_last(r); in nxt_http_request_send_error_body()
H A Dnxt_http.h337 nxt_buf_t *nxt_http_buf_last(nxt_http_request_t *r);
H A Dnxt_http_request.c775 nxt_http_buf_last(nxt_http_request_t *r) in nxt_http_buf_last() function
813 nxt_http_proto[r->protocol].discard(task, r, nxt_http_buf_last(r)); in nxt_http_request_error_handler()
H A Dnxt_h1proto_websocket.c622 out->next = nxt_http_buf_last(r); in hxt_h1p_send_ws_error()
H A Dnxt_h1proto.c1392 header->next = nxt_http_buf_last(r); in nxt_h1p_request_header_send()
2706 nxt_buf_chain_add(&out, nxt_http_buf_last(peer->request)); in nxt_h1p_peer_body_process()
2735 peer->body = nxt_http_buf_last(r); in nxt_h1p_peer_closed()
H A Dnxt_http_static.c891 b->next = nxt_http_buf_last(r); in nxt_http_static_buf_completion()
H A Dnxt_router.c4079 nxt_buf_chain_add(&b, nxt_http_buf_last(r)); in nxt_router_response_ready_handler()