xmlParserInputBufferPush 5911 third_party/libxml/src/HTMLparser.c 	res = xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
xmlParserInputBufferPush 6047 third_party/libxml/src/HTMLparser.c 	xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
xmlParserInputBufferPush 7617 third_party/libxml/src/elfgcchack.h #undef xmlParserInputBufferPush
xmlParserInputBufferPush 7618 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
xmlParserInputBufferPush 7620 third_party/libxml/src/elfgcchack.h #ifndef xmlParserInputBufferPush
xmlParserInputBufferPush 7621 third_party/libxml/src/elfgcchack.h extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
xmlParserInputBufferPush 7622 third_party/libxml/src/elfgcchack.h #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
xmlParserInputBufferPush  196 third_party/libxml/src/include/libxml/xmlIO.h 	xmlParserInputBufferPush		(xmlParserInputBufferPtr in,
xmlParserInputBufferPush 10799 third_party/libxml/src/parser.c 		xmlParserInputBufferPush(ctxt->input->buf, 0, "");
xmlParserInputBufferPush 11735 third_party/libxml/src/parser.c 	res =xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
xmlParserInputBufferPush 11783 third_party/libxml/src/parser.c 	xmlParserInputBufferPush(ctxt->input->buf, 1, "\r");
xmlParserInputBufferPush 11935 third_party/libxml/src/parser.c 	xmlParserInputBufferPush(ctxt->input->buf, size, chunk);	      
xmlParserInputBufferPush 14434 third_party/libxml/src/parser.c         xmlParserInputBufferPush(ctxt->input->buf, size, chunk);
xmlParserInputBufferPush 28782 third_party/libxml/src/testapi.c         ret_val = xmlParserInputBufferPush(in, len, (const char *)buf);