Lines Matching defs:wild
473 isc_boolean_t wild;
2414 * and 'wild' bits set.
2438 node->wild = 1;
2665 * may clear search->wild.
2667 search->wild = ISC_FALSE;
2693 * If this is a "wild" node and the caller hasn't disabled
2694 * wildcard matching, remember that we've seen a wild node
2698 if (node->wild && (search->options & DNS_DBFIND_NOWILD) == 0)
2699 search->wild = ISC_TRUE;
3077 isc_boolean_t done, wild, active;
3086 * Examine each ancestor level. If the level's wild bit
3121 if (node->wild)
3122 wild = ISC_TRUE;
3124 wild = ISC_FALSE;
3129 if (wild) {
3451 isc_boolean_t wild;
3486 search.wild = ISC_FALSE;
3493 * 'wild' will be true iff. we've matched a wildcard.
3495 wild = ISC_FALSE;
3518 if (search.wild) {
3530 wild = ISC_TRUE;
3765 if (!wild) {
3798 if (!wild) {
3836 if (wild)
3914 if (wild)
4410 search.wild = ISC_FALSE;
4749 search.wild = ISC_FALSE;
6462 * NS record owners cannot legally be wild cards.
6467 * NSEC3 record owners cannot legally be wild cards.