Searched refs:PARAMS_ETAG (Results 1 – 5 of 5) sorted by relevance
78 const char PARAMS_ETAG[] = "</params>"; in parseRequest() local104 (void) XmlRpcUtil::nextTagIs(PARAMS_ETAG, xml, &offset); in parseRequest()
31 static const char PARAMS_ETAG[]; variable
30 static const char PARAMS_ETAG[]; variable
19 const char XmlRpcClient::PARAMS_ETAG[] = "</params>"; member in XmlRpcClient223 body += PARAMS_ETAG; in generateRequest()
16 const char XmlRpcServerConnection::PARAMS_ETAG[] = "</params>"; member in XmlRpcServerConnection247 (void) XmlRpcUtil::nextTagIs(PARAMS_ETAG, _request, &offset); in parseRequest()