Home
last modified time | relevance | path

Searched refs:errorCode (Results 1 – 7 of 7) 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() argument
103 public ZLibException(int errorCode) : base(String.Format("ZLib error {0}", errorCode)) in ZLibException() argument
/minix3/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2036 int errorCode; in perform_code_completion() local
2055 if ((errorCode = parse_file_line_column(input, &filename, &line, &column, in perform_code_completion()
2057 return errorCode; in perform_code_completion()
2170 int errorCode; in inspect_cursor_at() local
2191 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in inspect_cursor_at()
2194 return errorCode; in inspect_cursor_at()
2341 int errorCode; in find_file_refs_at() local
2362 if ((errorCode = parse_file_line_column(input, &Locations[Loc].filename, in find_file_refs_at()
2365 return errorCode; in find_file_refs_at()
3219 int errorCode = 0; in index_compile_db() local
[all …]
/minix3/external/bsd/libpcap/dist/msdos/
H A Dndis2.c538 static char *Ndis_strerror (WORD errorCode) in Ndis_strerror() argument
544 if (errorCode == ndis_errlist[i].err_num) in Ndis_strerror()
547 sprintf (buf,"unknown error %d",errorCode); in Ndis_strerror()
/minix3/external/mit/expat/dist/lib/
H A Dxmlparse.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 …]
/minix3/external/mit/expat/dist/tests/
H A Druntests.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), \
/minix3/crypto/external/bsd/heimdal/dist/kdc/
H A Dannounce.c212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
/minix3/external/bsd/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py2706 errorCode = c_uint()
2709 byref(errorCode))
2711 raise CompilationDatabaseError(int(errorCode.value),