Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 22 of 22) sorted by relevance

/netbsd/src/external/apache2/mDNSResponder/dist/Clients/
Ddns-sd.c642 … DNSServiceErrorType errorCode, const char *replyDomain, void *context) in enum_reply() argument
652 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in enum_reply()
657 if (errorCode) in enum_reply()
658 printf("Error code %d\n", errorCode); in enum_reply()
722 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_resolve() argument
739 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_resolve()
786 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in zonedata_browse() argument
793 EXIT_IF_LIBDISPATCH_FATAL_ERROR(errorCode); in zonedata_browse()
796 if (errorCode) { printf("Error code %d\n", errorCode); return; } in zonedata_browse()
803 …(DNSServiceRef sdref, const DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, in browse_reply() argument
[all …]
/netbsd/src/common/dist/zlib/contrib/dotzlib/DotZLib/
DDotZLib.cs94 …public ZLibException(int errorCode, string msg) : base(String.Format("ZLib error {0} {1}", errorCo… in ZLibException() argument
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
/netbsd/src/external/mit/expat/dist/examples/
Delement_declarations.c221 enum XML_Error errorCode = XML_GetErrorCode(parser); in main() local
222 if (errorCode == XML_ERROR_ABORTED) { in main()
223 errorCode = XML_ERROR_NO_MEMORY; in main()
227 XML_GetCurrentLineNumber(parser), XML_ErrorString(errorCode)); in main()
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSShared/
Ddns_sd.h1181 DNSServiceErrorType errorCode,
1298 DNSServiceErrorType errorCode,
1693 DNSServiceErrorType errorCode,
1809 DNSServiceErrorType errorCode,
1977 DNSServiceErrorType errorCode,
2104 DNSServiceErrorType errorCode,
2229 DNSServiceErrorType errorCode,
2423 DNSServiceErrorType errorCode,
3060 DNSServiceErrorType errorCode,
Ddnssd_clientstub.c2852 DNSServiceErrorType errorCode, void *context) in SleepKeepaliveCallback() argument
2862 ((DNSServiceSleepKeepaliveReply)ka->AppCallback)(sdRef, errorCode, ka->AppContext); in SleepKeepaliveCallback()
/netbsd/src/external/mit/expat/dist/tests/
Dcommon.h104 extern void _expect_failure(const char *text, enum XML_Error errorCode,
108 # define expect_failure(text, errorCode, errorMessage) \ argument
109 _expect_failure((text), (errorCode), (errorMessage), __FILE__, __LINE__)
Dcommon.c222 _expect_failure(const char *text, enum XML_Error errorCode, in _expect_failure() argument
229 if (XML_GetErrorCode(g_parser) != errorCode) in _expect_failure()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/lib/
Dgdb.exp146 global errorInfo errorCode
147 return -code error -errorinfo $errorInfo -errorcode $errorCode $result
1445 global errorInfo errorCode
1446 return -code error -errorinfo $errorInfo -errorcode $errorCode $string
2893 global errorInfo errorCode
2894 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
2911 global errorInfo errorCode
2912 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
3014 global errorInfo errorCode
3015 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
[all …]
Dgdb-utils.exp206 global errorInfo errorCode
207 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
Dcache.exp40 global errorInfo errorCode
41 return -code error -errorinfo $errorInfo -errorcode $errorCode $result
Dmi-support.exp2927 global errorInfo errorCode
2928 return -code $code -errorinfo $errorInfo -errorcode $errorCode $result
Ddwarf.exp331 global errorInfo errorCode
332 return -code error -errorinfo $errorInfo -errorcode $errorCode $result
/netbsd/src/external/bsd/pdisk/dist/
DDoSCSICommand.c213 sensePtr->errorCode = 0; in DoSCSICommand()
267 && sensePtr->errorCode != 0 in DoSCSICommand()
335 sensePtr->errorCode = 0; in DoOriginalSCSICommand()
DMacSCSICommand.h189 uint8_t errorCode; /* 0 Class code, valid lbn */ member
/netbsd/src/external/apache2/mDNSResponder/nss/
Dnss_mdnsd.c753 DNSServiceErrorType errorCode, in _mdns_addrinfo_cb() argument
766 if (errorCode == kDNSServiceErr_NoError) { in _mdns_addrinfo_cb()
798 DNSServiceErrorType errorCode, in _mdns_hostent_cb() argument
819 if (errorCode == kDNSServiceErr_NoError) { in _mdns_hostent_cb()
844 } else if (errorCode == kDNSServiceErr_NoSuchRecord) { in _mdns_hostent_cb()
/netbsd/src/external/bsd/openldap/dist/contrib/ldaptcl/
DCHANGES23 - Sets errorCode with LDAP macro string value (better to test than the more
DneoXldap.c309 int errorCode; local
397 if ((errorCode = ldap_result2error (ldap, resultMessage, 0))
402 ldap_err2string(errorCode),
406 LDAP_SetErrorCode(ldaptcl, errorCode, interp);
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dcmp_server_test.c100 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
/netbsd/src/external/bsd/openldap/dist/doc/rfc/
Drfc2589.txt269 If the operation was successful, the errorCode field in the
273 the errorCode field will contain an appropriate value, as follows: If
274 the entry named by entryName could not be located, the errorCode
276 errorCode field will contain "objectClassViolation". If the
287 errorCode field will contain "insufficientAccessRights". If the
288 requestTtl field is too large, the errorCode field will contain
/netbsd/src/crypto/external/bsd/heimdal/dist/kdc/
Dannounce.c212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
/netbsd/src/external/apache2/mDNSResponder/dist/mDNSCore/
DmDNS.c807 UErrorCode errorCode = U_ZERO_ERROR; in PunycodeConvert() local
809 … UIDNA *uts46 = uidna_openUTS46(UIDNA_USE_STD3_RULES|UIDNA_NONTRANSITIONAL_TO_UNICODE, &errorCode); in PunycodeConvert()
810 …UTF8(uts46, (const char *)src+1, src[0], (char *)dst+1, (int32_t)(end-(dst+1)), &info, &errorCode); in PunycodeConvert()
813 if (errorCode) LogMsg("uidna_nameToASCII_UTF8(%##s) failed errorCode %d", src, errorCode); in PunycodeConvert()
817 if (errorCode || info.errors || len > MAX_DOMAIN_LABEL) return mDNSNULL; in PunycodeConvert()
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/
DChangeLog-1993-201328715 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as