Searched refs:_simpleXmlFindEndCommentTag (Results 1 – 1 of 1) sorted by relevance
190 static const char* _simpleXmlFindEndCommentTag(const char* itr, const char* itrEnd) in _simpleXmlFindEndCommentTag() function395 … else if (type == SimpleXMLType::Comment) p = _simpleXmlFindEndCommentTag(itr + 1 + toff, itrEnd); in simpleXmlParse()