xmlParserInputGrow  310 third_party/libxml/src/HTMLparser.c 	xmlParserInputGrow(ctxt->input, INPUT_CHUNK)
xmlParserInputGrow  439 third_party/libxml/src/HTMLparser.c 		xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  447 third_party/libxml/src/HTMLparser.c 		    xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  454 third_party/libxml/src/HTMLparser.c 			xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  576 third_party/libxml/src/HTMLparser.c 	    (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0)) {
xmlParserInputGrow  585 third_party/libxml/src/HTMLparser.c 		xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow 7637 third_party/libxml/src/elfgcchack.h #undef xmlParserInputGrow
xmlParserInputGrow 7638 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
xmlParserInputGrow 7640 third_party/libxml/src/elfgcchack.h #ifndef xmlParserInputGrow
xmlParserInputGrow 7641 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
xmlParserInputGrow 7642 third_party/libxml/src/elfgcchack.h #define xmlParserInputGrow xmlParserInputGrow__internal_alias
xmlParserInputGrow  831 third_party/libxml/src/include/libxml/parser.h 		xmlParserInputGrow	(xmlParserInputPtr in,
xmlParserInputGrow 1836 third_party/libxml/src/parser.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))		\
xmlParserInputGrow 1851 third_party/libxml/src/parser.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))		\
xmlParserInputGrow 1863 third_party/libxml/src/parser.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
xmlParserInputGrow 1872 third_party/libxml/src/parser.c     xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow 1874 third_party/libxml/src/parser.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
xmlParserInputGrow 1887 third_party/libxml/src/parser.c 	    xmlParserInputGrow(ctxt->input, INPUT_CHUNK);		\
xmlParserInputGrow 1937 third_party/libxml/src/parser.c 		xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow 1988 third_party/libxml/src/parser.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
xmlParserInputGrow  456 third_party/libxml/src/parserInternals.c             (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0) &&
xmlParserInputGrow  498 third_party/libxml/src/parserInternals.c                     xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  507 third_party/libxml/src/parserInternals.c                         xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  514 third_party/libxml/src/parserInternals.c                             xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  549 third_party/libxml/src/parserInternals.c                 xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  565 third_party/libxml/src/parserInternals.c             xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  570 third_party/libxml/src/parserInternals.c         (xmlParserInputGrow(ctxt->input, INPUT_CHUNK) <= 0))
xmlParserInputGrow  650 third_party/libxml/src/parserInternals.c 		xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  657 third_party/libxml/src/parserInternals.c 		    xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  664 third_party/libxml/src/parserInternals.c 			xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow  704 third_party/libxml/src/parserInternals.c 		xmlParserInputGrow(ctxt->input, INPUT_CHUNK);
xmlParserInputGrow 14365 third_party/libxml/src/testapi.c         ret_val = xmlParserInputGrow(in, len);