Searched refs:PARAM_ETAG (Results 1 – 5 of 5) sorted by relevance
80 const char PARAM_ETAG[] = "</param>"; in parseRequest() local99 (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, xml, &offset); in parseRequest()
21 const char XmlRpcClient::PARAM_ETAG[] = "</param>"; member in XmlRpcClient213 body += PARAM_ETAG; in generateRequest()220 body += PARAM_ETAG; in generateRequest()
33 static const char PARAM_ETAG[]; variable
32 static const char PARAM_ETAG[]; variable
18 const char XmlRpcServerConnection::PARAM_ETAG[] = "</param>"; member in XmlRpcServerConnection244 (void) XmlRpcUtil::nextTagIs(PARAM_ETAG, _request, &offset); in parseRequest()