Searched refs:maxdots (Results 1 – 1 of 1) sorted by relevance
1332 uint8_t maxdots; /* match no more than this many dots */ member1547 rule->maxdots = n; in rule_parse_token()1615 r[k].maxdots = MAXDOTS; in parse_name_canon_rules()1833 if (rule->mindots > 0 || rule->maxdots > 0) { in apply_name_canon_rule()1839 if (ndots > rule->maxdots) in apply_name_canon_rule()