Searched refs:ErrorResponse (Results 1 – 4 of 4) sorted by relevance
204 s->ErrorResponse ("version mismatch"); in ConnectRequest()207 ErrorResponse (s, std::string ("only GCC supported")); in ConnectRequest()210 ErrorResponse (s, std::string ("bad ident")); in ConnectRequest()237 s->ErrorResponse ("no such module"); in cmi_response()
137 s->ErrorResponse ("version mismatch"); in ConnectRequest()206 void Resolver::ErrorResponse (Server *server, std::string &&msg) in ErrorResponse() function in Cody::Resolver208 server->ErrorResponse (msg); in ErrorResponse()
600 virtual void ErrorResponse (Server *s, std::string &&msg);719 void ErrorResponse (char const *error, size_t elen = ~size_t (0));720 void ErrorResponse (std::string const &error) in ErrorResponse() function in Cody::Server722 ErrorResponse (error.data (), error.size ()); in ErrorResponse()
155 resolver->ErrorResponse (this, std::move (msg)); in ProcessRequests()265 void Server::ErrorResponse (char const *error, size_t elen) in ErrorResponse() function in Cody::Server