HomeSort by relevance Sort by last modified time
    Searched refs:NOERROR (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/
rcode.py 20 NOERROR = 0
34 'NOERROR' : NOERROR,
  /external/tcpdump/
nameser.h 119 #ifdef NOERROR
120 #undef NOERROR
126 #define NOERROR 0 /* no error */
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
ULocaleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
ULocaleTest.java     [all...]
  /bionic/libc/dns/resolv/
res_mkquery.c 148 hp->rcode = NOERROR;
258 *cp++ = NOERROR; /* extended RCODE */
res_query.c 142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
200 case NOERROR:
res_stats.c 70 // and NOTAUTH can actually occur for user queries. NOERROR with empty answer section
76 case NOERROR:
  /external/c-ares/
nameser.h 143 #undef NOERROR /* it seems this is already defined in winerror.h */
144 #define NOERROR ns_r_noerror
ares_query.c 161 case NOERROR:
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c 131 hp->rcode = NOERROR; /* default */
162 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
175 case NOERROR:
res_mkquery.c 139 hp->rcode = NOERROR;
res_update.c 228 * if (rcode == NOERROR) then the dname exists but
238 } else if ((rcode == NOERROR || rcode == NXDOMAIN) &&
274 } else if (rcode == NOERROR && ancount == 1) {
380 if (rcode == NOERROR && ancount > 0) {
415 if (rcode == NOERROR && ancount > 0) {
  /bionic/libc/include/arpa/
nameser_compat.h 102 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 111 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
nameser_compat.h 111 #define NOERROR ns_r_noerror
  /development/ndk/platforms/android-21/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /device/linaro/bootloader/edk2/StdLib/Include/arpa/
nameser_compat.h 162 #define NOERROR ns_r_noerror
  /external/dnsmasq/src/
nameser.h 128 #define NOERROR 0 /* no error */
  /external/libpcap/Win32/Include/arpa/
nameser.h 130 #define NOERROR 0 /* no error */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 173 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9.x/include-fixed/arpa/
nameser_compat.h 173 #define NOERROR ns_r_noerror
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror

Completed in 315 milliseconds

1 2 3