Searched refs:NOERROR (Results 1 – 9 of 9) sorted by relevance
120 #ifdef NOERROR121 #undef NOERROR127 #define NOERROR 0 /* no error */ macro
128 #define NOERROR 0 /* no error */ macro
915 header->rcode = NOERROR; /* empty domain */ in setup_reply()920 header->rcode = NOERROR; in setup_reply()928 header->rcode = NOERROR; in setup_reply()1594 header->rcode = NOERROR; /* no error */ in answer_request()
401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN)) in process_reply()405 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 && in process_reply()432 header->rcode = NOERROR; in process_reply()
168 return NOERROR; in ndis_events_query_interface()
804 if (SHGetDesktopFolder(shell_folder.Receive()) == NOERROR) { in RunSelectFolderDialog()
2367 not the correct NOERROR. Thanks to Lars Nooden for