Searched refs:T_ANY (Results 1 – 5 of 5) sorted by relevance
723 if (qtype == T_ANY) return F_IPV4 | F_IPV6; in extract_request()1003 if (qtype == T_TXT || qtype == T_ANY) { in answer_request()1020 if (qtype == T_PTR || qtype == T_ANY) { in answer_request()1061 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) continue; in answer_request()1103 if (qtype != type && qtype != T_ANY) continue; in answer_request()1164 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP))) break; in answer_request()1210 if (qtype == T_MX || qtype == T_ANY) { in answer_request()1242 if (qtype == T_SRV || qtype == T_ANY) { in answer_request()1263 (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_')))) { in answer_request()1269 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" },
338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in XSLTElementDef