Searched refs:T_ANY (Results 1 - 8 of 8) sorted by relevance

/external/dnsmasq/src/
H A Drfc1035.c892 if (qtype == T_ANY)
1204 if (qtype == T_TXT || qtype == T_ANY)
1227 if (qtype == T_PTR || qtype == T_ANY)
1279 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1332 if (qtype != type && qtype != T_ANY)
1402 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
1457 if (qtype == T_MX || qtype == T_ANY)
1493 if (qtype == T_SRV || qtype == T_ANY)
1516 if (!found && (daemon->options & OPT_FILTER) && (qtype == T_SRV || (qtype == T_ANY && strchr(name, '_'))))
1524 if (qtype == T_NAPTR || qtype == T_ANY)
[all...]
H A Dnameser.h197 #define T_ANY 255 /* wildcard match */ macro
/external/c-ares/
H A Dnameser.h199 #define T_ANY ns_t_any macro
H A Dadig.c166 { "ANY", T_ANY }
/external/tcpdump/
H A Dnameser.h186 #define T_ANY 255 /* wildcard match */ macro
H A Dprint-domain.c308 { T_ANY, "ANY" },
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTElementDef.java240 * @param type Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
338 static final int T_ELEMENT = 1, T_PCDATA = 2, T_ANY = 3; field in class:XSLTElementDef
348 * @return Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
358 * @param t Content type, one of T_ELEMENT, T_PCDATA, or T_ANY.
/external/guice/extensions/persist/lib/
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 254 milliseconds