Searched refs:PARAMS_TAG (Results 1 – 6 of 6) sorted by relevance
77 const char PARAMS_TAG[] = "<params>"; in parseRequest() local87 if (! methodName.empty() && XmlRpcUtil::findTag(PARAMS_TAG, xml, &offset)) in parseRequest()
18 const char XmlRpcClient::PARAMS_TAG[] = "<params>"; member in XmlRpcClient207 body += PARAMS_TAG; in generateRequest()395 if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) && in parseResponse()
30 static const char PARAMS_TAG[]; variable
29 static const char PARAMS_TAG[]; variable
15 const char XmlRpcServerConnection::PARAMS_TAG[] = "<params>"; member in XmlRpcServerConnection239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset)) in parseRequest()
41 if ((XmlRpcUtil::nextTagIs(PARAMS_TAG,_response,&offset) &&