Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_route.c143 } nxt_http_route_match_t; typedef
149 nxt_http_route_match_t *match[0];
161 static nxt_http_route_match_t *nxt_http_route_match_create(nxt_task_t *task,
206 nxt_http_request_t *r, nxt_http_route_match_t *match);
364 nxt_http_route_match_t *match, **m; in nxt_http_route_create()
367 size = sizeof(nxt_http_route_t) + n * sizeof(nxt_http_route_match_t *); in nxt_http_route_create()
392 static nxt_http_route_match_t *
404 nxt_http_route_match_t *match; in nxt_http_route_match_create()
414 size = sizeof(nxt_http_route_match_t) + n * sizeof(nxt_http_route_test_t *); in nxt_http_route_match_create()
1266 nxt_http_route_match_t **match, **end; in nxt_http_route_resolve()
[all …]