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

/external/xmlrpcpp/test/
H A DFileClient.cpp80 const char PARAM_ETAG[] = "</param>"; local
99 (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, xml, &offset);
/external/xmlrpcpp/src/
H A DXmlRpcClient.h33 static const char PARAM_ETAG[]; member in class:XmlRpc::XmlRpcClient
H A DXmlRpcServerConnection.h32 static const char PARAM_ETAG[]; member in class:XmlRpc::XmlRpcServerConnection
H A DXmlRpcClient.cpp21 const char XmlRpcClient::PARAM_ETAG[] = "</param>"; member in class:XmlRpcClient
213 body += PARAM_ETAG;
220 body += PARAM_ETAG;
H A DXmlRpcServerConnection.cpp18 const char XmlRpcServerConnection::PARAM_ETAG[] = "</param>"; member in class:XmlRpcServerConnection
244 (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, _request, &offset);

Completed in 36 milliseconds