Searched refs:findTag (Results 1 – 7 of 7) sorted by relevance
/external/xmlrpcpp/src/ |
D | XmlRpcUtil.h | 34 static bool findTag(const char* tag, std::string const& xml, int* offset);
|
D | XmlRpcUtil.cpp | 119 XmlRpcUtil::findTag(const char* tag, std::string const& xml, int* offset) in findTag() function in XmlRpcUtil
|
D | XmlRpcClient.cpp | 389 if ( ! XmlRpcUtil::findTag(METHODRESPONSE_TAG,_response,&offset)) { in parseResponse()
|
D | XmlRpcServerConnection.cpp | 239 if (methodName.size() > 0 && XmlRpcUtil::findTag(PARAMS_TAG, _request, &offset)) in parseRequest()
|
D | XmlRpcValue.cpp | 252 XmlRpcUtil::findTag(VALUE_ETAG, valueXml, offset); in fromXml()
|
/external/xmlrpcpp/test/ |
D | FileClient.cpp | 87 if (! methodName.empty() && XmlRpcUtil::findTag(PARAMS_TAG, xml, &offset)) in parseRequest()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 287 unsigned char *findTag(PPPoEPacket *packet, UINT16_t tagType,
|