Searched refs:T_ANY (Results 1 – 7 of 7) sorted by relevance
723 if (qtype == T_ANY) return F_IPV4 | F_IPV6; in extract_request()1025 if (qtype == T_TXT || qtype == T_ANY) { in answer_request()1042 if (qtype == T_PTR || qtype == T_ANY) { in answer_request()1083 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) continue; in answer_request()1125 if (qtype != type && qtype != T_ANY) continue; in answer_request()1186 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) break; in answer_request()1232 if (qtype == T_MX || qtype == T_ANY) { in answer_request()1264 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()1285 (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_')))) { in answer_request()1291 if (qtype == T_NAPTR || qtype == T_ANY) { in answer_request()
197 #define T_ANY 255 /* wildcard match */ macro
186 #define T_ANY 255 /* wildcard match */ macro
309 { T_ANY, "ANY" },
207 #define T_ANY ns_t_any macro
150 { "ANY", T_ANY }
338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in XSLTElementDef