xmlParserInputBufferRead 7627 third_party/libxml/src/elfgcchack.h #undef xmlParserInputBufferRead
xmlParserInputBufferRead 7628 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
xmlParserInputBufferRead 7630 third_party/libxml/src/elfgcchack.h #ifndef xmlParserInputBufferRead
xmlParserInputBufferRead 7631 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
xmlParserInputBufferRead 7632 third_party/libxml/src/elfgcchack.h #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
xmlParserInputBufferRead  190 third_party/libxml/src/include/libxml/xmlIO.h 	xmlParserInputBufferRead		(xmlParserInputBufferPtr in,
xmlParserInputBufferRead  302 third_party/libxml/src/parserInternals.c     ret = xmlParserInputBufferRead(in->buf, len);
xmlParserInputBufferRead  420 third_party/libxml/src/parserInternals.c     xmlParserInputBufferRead(in->buf, 2 * INPUT_CHUNK);
xmlParserInputBufferRead 28824 third_party/libxml/src/testapi.c         ret_val = xmlParserInputBufferRead(in, len);
xmlParserInputBufferRead 1883 third_party/libxml/src/xinclude.c     while (xmlParserInputBufferRead(buf, 128) > 0) {
xmlParserInputBufferRead  826 third_party/libxml/src/xmlreader.c 		val = xmlParserInputBufferRead(reader->input, 4096);
xmlParserInputBufferRead 2095 third_party/libxml/src/xmlreader.c 	xmlParserInputBufferRead(input, 4);
xmlParserInputBufferRead 5003 third_party/libxml/src/xmlreader.c             xmlParserInputBufferRead(input, 4);