Searched defs:errorCode (Results 1 – 6 of 6) sorted by relevance
94 …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()
212 DNSServiceErrorType errorCode __attribute__((unused)), in dnsCallback()
2036 int errorCode; in perform_code_completion() local2170 int errorCode; in inspect_cursor_at() local2341 int errorCode; in find_file_refs_at() local3219 int errorCode = 0; in index_compile_db() local3345 int errorCode; in perform_token_annotation() local3506 int errorCode = 0; in perform_test_compilation_db() local
538 static char *Ndis_strerror (WORD errorCode) in Ndis_strerror()
72 _expect_failure(char *text, enum XML_Error errorCode, char *errorMessage, in _expect_failure()83 #define expect_failure(text, errorCode, errorMessage) \ argument
612 #define errorCode (parser->m_errorCode) macro