Home
last modified time | relevance | path

Searched refs:nxt_http_proto (Results 1 – 6 of 6) sorted by relevance

/unit/src/
H A Dnxt_http_proxy.c177 nxt_http_proto[peer->protocol].peer_connect(task, peer); in nxt_http_proxy_upstream_ready()
212 nxt_http_proto[peer->protocol].peer_header_send(task, peer); in nxt_http_proxy_header_send()
234 nxt_http_proto[peer->protocol].peer_header_read(task, peer); in nxt_http_proxy_header_sent()
309 nxt_http_proto[peer->protocol].peer_read(task, peer); in nxt_http_proxy_send_body()
312 nxt_http_proto[peer->protocol].peer_close(task, peer); in nxt_http_proxy_send_body()
360 nxt_http_proto[peer->protocol].peer_read(task, peer); in nxt_http_proxy_buf_mem_completion()
384 nxt_http_proto[peer->protocol].peer_close(task, peer); in nxt_http_proxy_error()
H A Dnxt_http_request.c616 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_request_proto_info()
625 nxt_http_proto[r->protocol].body_read(task, r); in nxt_http_request_read_body()
705 nxt_http_proto[r->protocol].header_send(task, r, body_handler, data); in nxt_http_request_header_send()
721 nxt_http_proto[r->protocol].ws_frame_start(task, r, ws_frame); in nxt_http_request_ws_frame_start()
730 nxt_http_proto[r->protocol].send(task, r, out); in nxt_http_request_send()
813 nxt_http_proto[r->protocol].discard(task, r, nxt_http_buf_last(r)); in nxt_http_request_error_handler()
864 nxt_http_proto[protocol].close(task, proto, conf); in nxt_http_request_close_handler()
H A Dnxt_http.h429 extern const nxt_http_proto_table_t nxt_http_proto[];
H A Dnxt_http_variables.c444 bytes = nxt_http_proto[r->protocol].body_bytes_sent(task, r->proto); in nxt_http_var_body_bytes_sent()
H A Dnxt_http_route.c1623 nxt_http_proto[r->protocol].local_addr(task, r); in nxt_http_route_match()
H A Dnxt_h1proto.c133 const nxt_http_proto_table_t nxt_http_proto[3] = { variable