OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOERROR
(Results
1 - 22
of
22
) sorted by null
/external/smack/src/org/xbill/DNS/
Rcode.java
20
public static final int
NOERROR
= 0;
77
rcodes.add(
NOERROR
, "
NOERROR
");
TSIG.java
219
if (error == Rcode.
NOERROR
|| error == Rcode.BADTIME)
299
apply(m, Rcode.
NOERROR
, old);
344
Rcode.
NOERROR
, other);
441
return Rcode.
NOERROR
;
516
if (result == Rcode.
NOERROR
) {
552
return Rcode.
NOERROR
;
588
return Rcode.
NOERROR
;
ZoneTransferIn.java
533
if (response.getHeader().getRcode() == Rcode.
NOERROR
&&
539
if (error != Rcode.
NOERROR
)
547
if (rcode != Rcode.
NOERROR
) {
Cache.java
608
if ((rcode != Rcode.
NOERROR
&& rcode != Rcode.NXDOMAIN) ||
702
} else if (rcode == Rcode.
NOERROR
&& ns != null) {
Lookup.java
478
if (rcode != Rcode.
NOERROR
&& rcode != Rcode.NXDOMAIN) {
/external/tcpdump/
nameser.h
120
#ifdef
NOERROR
121
#undef
NOERROR
127
#define
NOERROR
0 /* no error */
/bionic/libc/netbsd/resolv/
res_mkquery.c
149
hp->rcode =
NOERROR
;
259
*cp++ =
NOERROR
; /* extended RCODE */
res_query.c
141
hp->rcode =
NOERROR
; /* default */
183
if (hp->rcode !=
NOERROR
|| ntohs(hp->ancount) == 0) {
199
case
NOERROR
:
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
110
#define
NOERROR
ns_r_noerror
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
110
#define
NOERROR
ns_r_noerror
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
110
#define
NOERROR
ns_r_noerror
/bionic/libc/private/
arpa_nameser_compat.h
162
#define
NOERROR
ns_r_noerror
/external/dnsmasq/src/
nameser.h
128
#define
NOERROR
0 /* no error */
rfc1035.c
915
header->rcode =
NOERROR
; /* empty domain */
920
header->rcode =
NOERROR
;
928
header->rcode =
NOERROR
;
[
all
...]
forward.c
401
if (header->opcode != QUERY || (header->rcode !=
NOERROR
&& header->rcode != NXDOMAIN))
405
if (!header->ra && header->rcode ==
NOERROR
&& ntohs(header->ancount) == 0 &&
432
header->rcode =
NOERROR
;
/external/chromium_org/chrome_frame/turndown_prompt/
turndown_prompt.cc
146
HRESULT hr =
NOERROR
;
/external/elfutils/libdwfl/
libdwflP.h
70
DWFL_ERROR (
NOERROR
, N_("no error")) \
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
/ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c
229
= { C(
NOERROR
), C(NOMATCH), C(BADPAT), C(ECOLLATE),
/external/wpa_supplicant_8/src/drivers/
ndis_events.c
162
return
NOERROR
;
/external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc
804
if (SHGetDesktopFolder(shell_folder.Receive()) ==
NOERROR
) {
[
all
...]
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc
755
if (SHGetDesktopFolder(shell_folder.Receive()) ==
NOERROR
) {
[
all
...]
Completed in 459 milliseconds