Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/ctm/mkCTM/
HDmkCTM121 if {[lindex $errorCode 2] == 4} {
127 puts "errorCode $errorCode"
/NextBSD/contrib/expat/lib/
HDxmlparse.c612 #define errorCode (parser->m_errorCode) macro
889 errorCode = XML_ERROR_NONE; in parserInit()
1504 errorCode = XML_ERROR_SUSPENDED; in XML_Parse()
1507 errorCode = XML_ERROR_FINISHED; in XML_Parse()
1511 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
1529 errorCode = processor(parser, bufferPtr, parseEndPtr, &bufferPtr); in XML_Parse()
1531 if (errorCode == XML_ERROR_NONE) { in XML_Parse()
1558 errorCode = processor(parser, s, parseEndPtr = s + len, &end); in XML_Parse()
1560 if (errorCode != XML_ERROR_NONE) { in XML_Parse()
1592 errorCode = XML_ERROR_NO_MEMORY; in XML_Parse()
[all …]
/NextBSD/contrib/expat/tests/
HDruntests.c72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, in _expect_failure() argument
79 if (XML_GetErrorCode(parser) != errorCode) in _expect_failure()
83 #define expect_failure(text, errorCode, errorMessage) \ argument
84 _expect_failure((text), (errorCode), (errorMessage), \
/NextBSD/lib/libosxsupport/
HDmdns_module.c1153 …Ref sdRef, DNSServiceFlags flags, uint32_t ifIndex, DNSServiceErrorType errorCode, const char *ful… in _mdns_query_callback() argument
1161 context->error = errorCode; in _mdns_query_callback()
1164 if (errorCode != kDNSServiceErr_NoError) { in _mdns_query_callback()
1165 …_mdns_debug_message(";; [%s %hu %hu]: error %d [ctx %p]\n", fullname, rrtype, rrclass, errorCode, … in _mdns_query_callback()
/NextBSD/crypto/heimdal/kdc/
HDannounce.c210 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument