Searched defs:XML_PARSER_CHUNK_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/
H A Dparser.c252 * XML_PARSER_CHUNK_SIZE
260 #define XML_PARSER_CHUNK_SIZE 100 macro
3374 if (count++ > XML_PARSER_CHUNK_SIZE) {
3400 if (count++ > XML_PARSER_CHUNK_SIZE) {
3521 if (count++ > XML_PARSER_CHUNK_SIZE) {
3785 if (count++ > XML_PARSER_CHUNK_SIZE) {
3814 if (count++ > XML_PARSER_CHUNK_SIZE) {
8228 if (count++ > XML_PARSER_CHUNK_SIZE) {

Completed in 75 milliseconds