Lines Matching refs:nxt_h1proto_t

30 static nxt_int_t nxt_h1p_header_process(nxt_task_t *task, nxt_h1proto_t *h1p,
33 nxt_h1proto_t *h1p, nxt_conn_t *c, nxt_socket_conf_t *skcf);
63 nxt_inline void nxt_h1p_request_error(nxt_task_t *task, nxt_h1proto_t *h1p,
71 static void nxt_h1p_keepalive(nxt_task_t *task, nxt_h1proto_t *h1p,
447 nxt_h1proto_t *h1p; in nxt_h1p_conn_proto_init()
453 h1p = nxt_mp_zget(c->mem_pool, sizeof(nxt_h1proto_t)); in nxt_h1p_conn_proto_init()
471 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_init()
551 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_header_parse()
648 nxt_h1p_header_process(nxt_task_t *task, nxt_h1proto_t *h1p, in nxt_h1p_header_process()
714 nxt_h1p_header_buffer_test(nxt_task_t *task, nxt_h1proto_t *h1p, nxt_conn_t *c, in nxt_h1p_header_buffer_test()
858 nxt_h1proto_t *h1p; in nxt_h1p_request_body_read()
1031 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_body_read()
1218 nxt_h1proto_t *h1p; in nxt_h1p_request_header_send()
1404 nxt_h1p_complete_buffers(nxt_task_t *task, nxt_h1proto_t *h1p, nxt_bool_t all) in nxt_h1p_complete_buffers()
1468 nxt_h1proto_t *h1p; in nxt_h1p_request_send()
1557 nxt_h1proto_t *h1p; in nxt_h1p_request_body_bytes_sent()
1573 nxt_h1proto_t *h1p; in nxt_h1p_request_discard()
1595 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_error()
1626 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_timeout()
1658 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_send_timeout()
1675 nxt_h1proto_t *h1p; in nxt_h1p_conn_request_timer_value()
1684 nxt_h1p_request_error(nxt_task_t *task, nxt_h1proto_t *h1p, in nxt_h1p_request_error()
1698 nxt_h1proto_t *h1p; in nxt_h1p_request_close()
1793 nxt_h1p_keepalive(nxt_task_t *task, nxt_h1proto_t *h1p, nxt_conn_t *c) in nxt_h1p_keepalive()
1809 nxt_memzero(h1p, offsetof(nxt_h1proto_t, conn)); in nxt_h1p_keepalive()
2014 nxt_h1proto_t *h1p; in nxt_h1p_shutdown()
2143 nxt_h1proto_t *h1p; in nxt_h1p_peer_connect()
2159 h1p = nxt_mp_zalloc(mp, sizeof(nxt_h1proto_t)); in nxt_h1p_peer_connect()
2506 nxt_h1proto_t *h1p; in nxt_h1p_peer_header_read_done()
2690 nxt_h1proto_t *h1p; in nxt_h1p_peer_body_process()