Home
last modified time | relevance | path

Searched refs:nxt_http_parse_request_init (Results 1 – 5 of 5) sorted by relevance

/unit/src/
H A Dnxt_http_parse.h116 nxt_int_t nxt_http_parse_request_init(nxt_http_request_parse_t *rp,
H A Dnxt_http_parse.c108 nxt_http_parse_request_init(nxt_http_request_parse_t *rp, nxt_mp_t *mp) in nxt_http_parse_request_init() function
H A Dnxt_h1proto.c502 ret = nxt_http_parse_request_init(&h1p->parser, r->mem_pool); in nxt_h1p_conn_request_init()
2164 ret = nxt_http_parse_request_init(&h1p->parser, r->mem_pool); in nxt_h1p_peer_connect()
H A Dnxt_controller.c732 if (nxt_slow_path(nxt_http_parse_request_init(&r->parser, c->mem_pool) in nxt_controller_conn_init()
/unit/src/test/
H A Dnxt_http_parse_test.c557 if (nxt_http_parse_request_init(&rp, mp_temp) != NXT_OK) { in nxt_http_parse_test()
680 if (nxt_slow_path(nxt_http_parse_request_init(&rp, mp) != NXT_OK)) { in nxt_http_parse_test_bench()