Home | History | Annotate | Download | only in dns

Lines Matching defs:wild

207 		 * may clear search->wild.
209 search->wild = false;
234 * If this is a "wild" node and the caller hasn't disabled
235 * wildcard matching, remember that we've seen a wild node
239 if (node->wild && (search->options & DNS_DBFIND_NOWILD) == 0) {
240 search->wild = true;
479 bool done, wild, active;
488 * Examine each ancestor level. If the level's wild bit
527 if (node->wild) {
528 wild = true;
530 wild = false;
535 if (wild) {
995 bool wild = false;
1051 if (search.wild) {
1061 wild = true;
1322 if (!wild) {
1357 if (!wild) {
1389 if (wild) {
1461 if (wild) {
1713 * NS record owners cannot legally be wild cards.
1719 * NSEC3 record owners cannot legally be wild cards.
2389 node->wild = 1;