Searched refs:errorCode (Results 1 – 7 of 7) sorted by relevance
| /minix3/common/dist/zlib/contrib/dotzlib/DotZLib/ |
| H A D | DotZLib.cs | 94 …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 D | c-index-test.c | 2036 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 D | ndis2.c | 538 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 D | xmlparse.c | 612 #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 D | runtests.c | 72 _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 D | announce.c | 212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback() argument
|
| /minix3/external/bsd/llvm/dist/clang/bindings/python/clang/ |
| H A D | cindex.py | 2706 errorCode = c_uint() 2709 byref(errorCode)) 2711 raise CompilationDatabaseError(int(errorCode.value),
|