Home
last modified time | relevance | path

Searched refs:FAULT_TAG (Results 1 – 3 of 3) sorted by relevance

/external/xmlrpcpp/src/
DXmlRpcClient.h37 static const char FAULT_TAG[]; variable
DXmlRpcClient.cpp24 const char XmlRpcClient::FAULT_TAG[] = "<fault>"; member in XmlRpcClient
397 (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true))) in parseResponse()
/external/xmlrpcpp/
Dxmlrpc++_0.7.patch43 - XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true))
44 + (XmlRpcUtil::nextTagIs(FAULT_TAG,_response,&offset) && (_isFault = true)))