Lines Matching refs:nxt_http_route_match_conf_t
54 } nxt_http_route_match_conf_t; typedef
298 offsetof(nxt_http_route_match_conf_t, scheme)
303 offsetof(nxt_http_route_match_conf_t, host),
309 offsetof(nxt_http_route_match_conf_t, uri),
315 offsetof(nxt_http_route_match_conf_t, method),
321 offsetof(nxt_http_route_match_conf_t, headers),
327 offsetof(nxt_http_route_match_conf_t, arguments),
333 offsetof(nxt_http_route_match_conf_t, cookies),
339 offsetof(nxt_http_route_match_conf_t, query),
345 offsetof(nxt_http_route_match_conf_t, source),
351 offsetof(nxt_http_route_match_conf_t, destination),
406 nxt_http_route_match_conf_t mtcf; in nxt_http_route_match_create()