Lines Matching defs:wild
735 isc_boolean_t wild;
2954 * and 'wild' bits set.
2979 node->wild = 1;
3233 * may clear search->wild.
3235 search->wild = ISC_FALSE;
3261 * If this is a "wild" node and the caller hasn't disabled
3262 * wildcard matching, remember that we've seen a wild node
3266 if (node->wild && (search->options & DNS_DBFIND_NOWILD) == 0)
3267 search->wild = ISC_TRUE;
3647 isc_boolean_t done, wild, active;
3656 * Examine each ancestor level. If the level's wild bit
3691 if (node->wild)
3692 wild = ISC_TRUE;
3694 wild = ISC_FALSE;
3699 if (wild) {
4148 isc_boolean_t wild;
4183 search.wild = ISC_FALSE;
4190 * 'wild' will be true iff. we've matched a wildcard.
4192 wild = ISC_FALSE;
4215 if (search.wild) {
4227 wild = ISC_TRUE;
4462 if (!wild) {
4495 if (!wild) {
4533 if (wild)
4611 if (wild)
5081 search.wild = ISC_FALSE;
5388 search.wild = ISC_FALSE;
7388 * NS record owners cannot legally be wild cards.
7393 * NSEC3 record owners cannot legally be wild cards.