Home
last modified time | relevance | path

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

/external/libxml2/
Dparser.c260 #define XML_PARSER_CHUNK_SIZE 100 macro
3207 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNameComplex()
3233 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNameComplex()
3350 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNCNameComplex()
3614 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNmtoken()
3643 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlParseNmtoken()
8022 if (count++ > XML_PARSER_CHUNK_SIZE) { in xmlLoadEntityContent()