Home
last modified time | relevance | path

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

/unit/src/
H A Dnxt_http_route_addr.h49 uint8_t negative:1; member
H A Dnxt_http_route_addr.c38 base->negative = 1; in nxt_http_route_addr_pattern_parse()
41 base->negative = 0; in nxt_http_route_addr_pattern_parse()
H A Dnxt_http_route.c74 uint8_t negative; /* 1 bit */ member
944 return (p2->base.negative - p1->base.negative); in nxt_http_addr_pattern_compare()
970 pattern->negative = 0; in nxt_http_route_pattern_create()
981 pattern->negative = 1; in nxt_http_route_pattern_create()
1874 return match ^ base->negative; in nxt_http_route_addr_pattern_match()
1900 if (p->base.negative) { in nxt_http_route_addr_rule()
1914 return p->base.negative; in nxt_http_route_addr_rule()
2097 ret ^= pattern->negative; in nxt_http_route_test_rule()
/unit/
H A DCHANGES642 *) Bugfix: negative address matching in router might work improperly in
643 combination with non-negative patterns.