Searched refs:PARAMS_TAG (Results 1 - 5 of 5) sorted by relevance

/external/xmlrpcpp/test/
H A DFileClient.cpp77 const char PARAMS_TAG[] = "<params>"; local
87 if (! methodName.empty() && XmlRpcUtil::findTag(PARAMS_TAG, xml, &offset))
/external/xmlrpcpp/src/
H A DXmlRpcClient.h30 static const char PARAMS_TAG[]; member in class:XmlRpc::XmlRpcClient
H A DXmlRpcServerConnection.h29 static const char PARAMS_TAG[]; member in class:XmlRpc::XmlRpcServerConnection
H A DXmlRpcClient.cpp18 const char XmlRpcClient::PARAMS_TAG[] = "<params>"; member in class:XmlRpcClient
207 body += PARAMS_TAG;
395 if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) &&
H A DXmlRpcServerConnection.cpp15 const char XmlRpcServerConnection::PARAMS_TAG[] = "<params>"; member in class:XmlRpcServerConnection
239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset))

Completed in 132 milliseconds