Home
last modified time | relevance | path

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

12

/netbsd-src/common/dist/zlib/contrib/dotzlib/DotZLib/
H A 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/gpl3/binutils/dist/zlib/contrib/dotzlib/DotZLib/
H A 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/gpl3/binutils.old/dist/zlib/contrib/dotzlib/DotZLib/
H A 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/gpl3/gdb.old/dist/zlib/contrib/dotzlib/DotZLib/
H A 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/gpl3/gdb/dist/zlib/contrib/dotzlib/DotZLib/
H A 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/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2671 int errorCode; in perform_code_completion() local
2695 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_code_completion()
2697 return errorCode; in perform_code_completion()
2817 int errorCode; in inspect_cursor_at() local
2839 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2842 return errorCode; in inspect_cursor_at()
3111 int errorCode; in find_file_refs_at() local
3133 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in find_file_refs_at()
3136 return errorCode; in find_file_refs_at()
4021 int errorCode = 0; in index_compile_db() local
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/
H A Dcmp_msg.c719 int64_t errorCode, const char *details, in ossl_cmp_error_new() argument
736 if ((msg->body->value.error->errorCode = ASN1_INTEGER_new()) == NULL) in ossl_cmp_error_new()
738 if (!ASN1_INTEGER_set_int64(msg->body->value.error->errorCode, errorCode)) in ossl_cmp_error_new()
740 if (errorCode > 0 in ossl_cmp_error_new()
741 && (uint64_t)errorCode < ((uint64_t)ERR_SYSTEM_FLAG << 1)) { in ossl_cmp_error_new()
742 lib = ERR_lib_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
743 reason = ERR_reason_error_string((unsigned long)errorCode); in ossl_cmp_error_new()
H A Dcmp_client.c214 if (emc->errorCode != NULL in send_receive_check()
216 ASN1_INTEGER_get(emc->errorCode)) > 0) in send_receive_check()
382 const char *txt, int errorCode, const char *details) in ossl_cmp_exchange_error() argument
393 if ((error = ossl_cmp_error_new(ctx, si, errorCode, details, 0)) == NULL) in ossl_cmp_exchange_error()
H A Dcmp_local.h358 ASN1_INTEGER *errorCode; member
887 int64_t errorCode, const char *details,
931 const char *txt, int errorCode, const char *detail);
H A Dcmp_asn.c65 ASN1_OPT(OSSL_CMP_ERRORMSGCONTENT, errorCode, ASN1_INTEGER),
H A Dcmp_server.c324 errorContent->errorCode, errorContent->errorDetails); in process_error()
/netbsd-src/external/bsd/pdisk/dist/
H A DDoSCSICommand.c213 sensePtr->errorCode = 0; in DoSCSICommand()
267 && sensePtr->errorCode != 0 in DoSCSICommand()
335 sensePtr->errorCode = 0; in DoOriginalSCSICommand()
H A DMacSCSICommand.h189 uint8_t errorCode; /* 0 Class code, valid lbn */ member
/netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/
H A Dossl_cmp_certreq_new.pod41 int64_t errorCode, const char *details,
145 I<si>, I<errorCode>, and optional I<details>.
146 If I<errorCode> is positive and in the range of an OpenSSL error code,
/netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/
H A Dcmp_mock_srv.c319 const ASN1_INTEGER *errorCode, in process_error() argument
342 if (errorCode == NULL) in process_error()
345 BIO_printf(bio_err, "errorCode: %ld\n", ASN1_INTEGER_get(errorCode)); in process_error()
/netbsd-src/external/apache2/mDNSResponder/nss/
H A 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/
H A DCHANGES23 - Sets errorCode with LDAP macro string value (better to test than the more
H A 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/
H A Dcmp_server_test.c100 || !TEST_int_eq(ASN1_INTEGER_get(errorContent->errorCode), in execute_test_handle_request()
/netbsd-src/crypto/external/bsd/openssl/dist/fuzz/
H A Dcmp.c135 const ASN1_INTEGER *errorCode, in process_error() argument
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A 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/
H A Dannounce.c212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py3247 errorCode = c_uint()
3250 byref(errorCode))
3252 raise CompilationDatabaseError(int(errorCode.value),
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcmp.h.in427 const ASN1_INTEGER *errorCode,
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dsocket.d204 int errorCode; /// Platform-specific error code.
214 errorCode = err;

12