Home
last modified time | relevance | path

Searched refs:XML_PARSER_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dparser.c299 #define XML_PARSER_CHUNK_SIZE 100 macro
3269 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNameComplex()
3295 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNameComplex()
3411 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNCNameComplex()
3674 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNmtoken()
3703 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNmtoken()
8101 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlLoadEntityContent()