OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOERROR
(Results
1 - 14
of
14
) sorted by null
/bionic/libc/dns/resolv/
res_mkquery.c
149
hp->rcode =
NOERROR
;
259
*cp++ =
NOERROR
; /* extended RCODE */
res_query.c
142
hp->rcode =
NOERROR
; /* default */
184
if (hp->rcode !=
NOERROR
|| ntohs(hp->ancount) == 0) {
200
case
NOERROR
:
/bionic/libc/include/arpa/
nameser_compat.h
164
#define
NOERROR
ns_r_noerror
/development/ndk/platforms/android-L/include/arpa/
nameser_compat.h
164
#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
413
if (header->opcode != QUERY || (header->rcode !=
NOERROR
&& header->rcode != NXDOMAIN))
417
if (!header->ra && header->rcode ==
NOERROR
&& ntohs(header->ancount) == 0 &&
444
header->rcode =
NOERROR
;
[
all
...]
/external/libpcap/Win32/Include/arpa/
nameser.h
130
#define
NOERROR
0 /* no error */
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc
115
if (hr !=
NOERROR
)
164
if (hr !=
NOERROR
)
294
if (hr !=
NOERROR
)
[
all
...]
sink_filter_ds.cc
160
return
NOERROR
;
/external/chromium_org/components/storage_monitor/
storage_monitor_win.cc
160
if (SHGetSpecialFolderLocation(NULL, CSIDL_DRIVES, &id_list) ==
NOERROR
) {
/bionic/libc/dns/net/
getaddrinfo.c
[
all
...]
/external/elfutils/0.153/libdwfl/
libdwflP.h
70
DWFL_ERROR (
NOERROR
, N_("no error")) \
/external/chromium_org/ui/shell_dialogs/
select_file_dialog_win.cc
609
if (SHGetDesktopFolder(shell_folder.Receive()) ==
NOERROR
) {
Completed in 342 milliseconds