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

1 2

  /external/python/cpython2/Lib/plat-irix5/
GLWS.py 5 NOERROR = 0
  /external/python/cpython2/Lib/plat-irix6/
GLWS.py 5 NOERROR = 0
  /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...]
  /external/tcpdump/
nameser.h 105 #ifdef NOERROR
106 #undef NOERROR
112 #define NOERROR 0 /* no error */
  /bionic/libc/dns/resolv/
res_query.c 142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
200 case NOERROR:
res_mkquery.c 149 hp->rcode = NOERROR;
261 *cp++ = NOERROR; /* extended RCODE */
res_stats.c 71 // and NOTAUTH can actually occur for user queries. NOERROR with empty answer section
77 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) {
res_mkupdate.c 137 hp->rcode = NOERROR;
getaddrinfo.c     [all...]
  /external/f2fs-tools/fsck/
main.c 172 int err = NOERROR;
289 if (err != NOERROR)
369 if (err != NOERROR)
429 if (err != NOERROR)
468 if (err != NOERROR)
537 if (err != NOERROR)
554 if (err == NOERROR)
fsck.h 29 NOERROR,
  /bionic/libc/include/arpa/
nameser_compat.h 102 #define NOERROR ns_r_noerror
  /external/libchrome/device/bluetooth/
bluetooth_uuid.cc 107 CHECK_EQ(NOERROR, ::CLSIDFromString(braced_uuid.data(), &guid));
  /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 */
rfc1035.c 746 header->rcode = NOERROR; /* empty domain */
750 header->rcode = NOERROR;
758 header->rcode = NOERROR;
    [all...]
forward.c 357 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
361 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 && server &&
381 header->rcode = NOERROR;
    [all...]
  /external/webrtc/webrtc/modules/video_capture/windows/
device_info_ds.cc 115 if (hr != NOERROR)
164 if (hr != NOERROR)
294 if (hr != NOERROR)
sink_filter_ds.cc 161 return NOERROR;
  /external/lzma/CPP/Windows/
Shell.cpp 29 if (::SHGetMalloc(&shellMalloc) != NOERROR)
  /bionic/libc/dns/net/
getaddrinfo.c     [all...]

Completed in 776 milliseconds

1 2