Home
last modified time | relevance | path

Searched refs:getErrorMsg (Results 1 – 6 of 6) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcServer.cpp75 …"XmlRpcServer::bindAndListen: Could not create socket (%s).", XmlRpcSocket::getErrorMsg().c_str()); in bindAndListen()
85 …sten: Could not set socket to non-blocking input mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); in bindAndListen()
93 …ndAndListen: Could not set SO_REUSEADDR socket option (%s).", XmlRpcSocket::getErrorMsg().c_str()); in bindAndListen()
101 …rver::bindAndListen: Could not bind to specified port (%s).", XmlRpcSocket::getErrorMsg().c_str()); in bindAndListen()
109 …bindAndListen: Could not set socket in listening mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); in bindAndListen()
152 …Server::acceptConnection: Could not accept connection (%s).", XmlRpcSocket::getErrorMsg().c_str()); in acceptConnection()
157 …tion: Could not set socket to non-blocking input mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); in acceptConnection()
DXmlRpcClient.cpp118 XmlRpcSocket::getErrorMsg().c_str()); in handleEvent()
121 _connectionState, XmlRpcSocket::getErrorMsg().c_str()); in handleEvent()
172 …r in XmlRpcClient::doConnect: Could not create socket (%s).", XmlRpcSocket::getErrorMsg().c_str()); in doConnect()
183 …Connect: Could not set socket to non-blocking IO mode (%s).", XmlRpcSocket::getErrorMsg().c_str()); in doConnect()
190 … XmlRpcClient::doConnect: Could not connect to server (%s).", XmlRpcSocket::getErrorMsg().c_str()); in doConnect()
265 …rror("Error in XmlRpcClient::writeRequest: write error (%s).",XmlRpcSocket::getErrorMsg().c_str()); in writeRequest()
300 XmlRpcSocket::getErrorMsg().c_str(), getfd()); in readHeader()
359 …error("Error in XmlRpcClient::readResponse: read error (%s).",XmlRpcSocket::getErrorMsg().c_str()); in readResponse()
DXmlRpcSocket.h61 static std::string getErrorMsg();
64 static std::string getErrorMsg(int error);
DXmlRpcSocket.cpp246 XmlRpcSocket::getErrorMsg() in getErrorMsg() function in XmlRpcSocket
248 return getErrorMsg(getError()); in getErrorMsg()
253 XmlRpcSocket::getErrorMsg(int error) in getErrorMsg() function in XmlRpcSocket
DXmlRpcServerConnection.cpp75 …rverConnection::readHeader: error while reading header (%s).",XmlRpcSocket::getErrorMsg().c_str()); in readHeader()
151 …error("XmlRpcServerConnection::readRequest: read error (%s).",XmlRpcSocket::getErrorMsg().c_str()); in readRequest()
189 …or("XmlRpcServerConnection::writeResponse: write error (%s).",XmlRpcSocket::getErrorMsg().c_str()); in writeResponse()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp105 const std::string &getErrorMsg() const { return ErrorMsg; } in getErrorMsg() function in llvm::RuntimeDyldCheckerExprEval::EvalResult
149 << "': " << R.getErrorMsg() << "\n"; in handleError()