Home
last modified time | relevance | path

Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance

/minix3/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()
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException()
/minix3/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback()
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2036 int errorCode; in perform_code_completion() local
2170 int errorCode; in inspect_cursor_at() local
2341 int errorCode; in find_file_refs_at() local
3219 int errorCode = 0; in index_compile_db() local
3345 int errorCode; in perform_token_annotation() local
3506 int errorCode = 0; in perform_test_compilation_db() local
/minix3/external/bsd/libpcap/dist/msdos/
H A Dndis2.c538 static char *Ndis_strerror (WORD errorCode) in Ndis_strerror()
/minix3/external/mit/expat/dist/tests/
H A Druntests.c72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, in _expect_failure()
83 #define expect_failure(text, errorCode, errorMessage) \ argument
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.c612 #define errorCode (parser->m_errorCode) macro