xmlParserInputBufferGrow 7607 third_party/libxml/src/elfgcchack.h #undef xmlParserInputBufferGrow
xmlParserInputBufferGrow 7608 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
xmlParserInputBufferGrow 7610 third_party/libxml/src/elfgcchack.h #ifndef xmlParserInputBufferGrow
xmlParserInputBufferGrow 7611 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
xmlParserInputBufferGrow 7612 third_party/libxml/src/elfgcchack.h #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
xmlParserInputBufferGrow  193 third_party/libxml/src/include/libxml/xmlIO.h 	xmlParserInputBufferGrow		(xmlParserInputBufferPtr in,
xmlParserInputBufferGrow  353 third_party/libxml/src/parserInternals.c 	ret = xmlParserInputBufferGrow(in->buf, len);
xmlParserInputBufferGrow 28739 third_party/libxml/src/testapi.c         ret_val = xmlParserInputBufferGrow(in, len);
xmlParserInputBufferGrow 3221 third_party/libxml/src/xmlIO.c 	return(xmlParserInputBufferGrow(in, len));