Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dprincipal.c1332 uint8_t maxdots; /* match no more than this many dots */ member
1547 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()