HomeSort by relevance Sort by last modified time
    Searched refs:T_ANY (Results 1 - 10 of 10) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 169 #define T_ANY ns_t_any
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 169 #define T_ANY ns_t_any
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 169 #define T_ANY ns_t_any
  /external/dnsmasq/src/
rfc1035.c 890 if (qtype == T_ANY)
1199 if (qtype == T_TXT || qtype == T_ANY)
1222 if (qtype == T_PTR || qtype == T_ANY)
1274 if (qtype == T_ANY && !(crecp->flags & (F_HOSTS | F_DHCP)))
    [all...]
nameser.h 197 #define T_ANY 255 /* wildcard match */
  /bionic/libc/private/
arpa_nameser_compat.h 222 #define T_ANY ns_t_any
  /external/tcpdump/
nameser.h 201 #define T_ANY 255 /* wildcard match */
print-domain.c 306 { T_ANY, "ANY" },
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
XSLTElementDef.java 240 * @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;
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.

Completed in 59 milliseconds