Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_parse.h127 nxt_int_t nxt_http_fields_process(nxt_list_t *fields, nxt_lvlhsh_t *hash,
H A Dnxt_http_parse.c1260 nxt_http_fields_process(nxt_list_t *fields, nxt_lvlhsh_t *hash, void *ctx) in nxt_http_fields_process() function
H A Dnxt_h1proto.c668 ret = nxt_http_fields_process(r->fields, &nxt_h1p_fields_hash, r); in nxt_h1p_header_process()
2535 ret = nxt_http_fields_process(peer->fields, in nxt_h1p_peer_header_read_done()
H A Dnxt_controller.c815 rc = nxt_http_fields_process(r->parser.fields, &nxt_controller_fields_hash, in nxt_controller_conn_read()
/unit/src/test/
H A Dnxt_http_parse_test.c693 if (nxt_slow_path(nxt_http_fields_process(rp.fields, hash, NULL) in nxt_http_parse_test_bench()
801 rc = nxt_http_fields_process(rp->fields, &nxt_http_test_fields_hash, NULL); in nxt_http_parse_test_fields()