Searched refs:toff (Results 1 – 1 of 1) sorted by relevance
217 static SimpleXMLType _getXMLType(const char* itr, const char* itrEnd, size_t &toff) in _getXMLType() argument219 toff = 0; in _getXMLType()221 toff = 1; in _getXMLType()224 toff = 1; in _getXMLType()228 toff = sizeof("!DOCTYPE") - 1; in _getXMLType()231 toff = sizeof("![CDATA[") - 1; in _getXMLType()234 toff = sizeof("!--") - 1; in _getXMLType()237 toff = sizeof("!") - 1; in _getXMLType()389 size_t toff = 0; in simpleXmlParse() local390 SimpleXMLType type = _getXMLType(itr, itrEnd, toff); in simpleXmlParse()[all …]