xmlPushInput      433 third_party/libxml/src/SAX2.c 	xmlPushInput(ctxt, input);
xmlPushInput     7863 third_party/libxml/src/elfgcchack.h #undef xmlPushInput
xmlPushInput     7864 third_party/libxml/src/elfgcchack.h extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
xmlPushInput     7866 third_party/libxml/src/elfgcchack.h #ifndef xmlPushInput
xmlPushInput     7867 third_party/libxml/src/elfgcchack.h extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
xmlPushInput     7868 third_party/libxml/src/elfgcchack.h #define xmlPushInput xmlPushInput__internal_alias
xmlPushInput      334 third_party/libxml/src/include/libxml/parserInternals.h 			xmlPushInput		(xmlParserCtxtPtr ctxt,
xmlPushInput     2412 third_party/libxml/src/parser.c 		    if (xmlPushInput(ctxt, input) < 0)
xmlPushInput     2426 third_party/libxml/src/parser.c 		    if (xmlPushInput(ctxt, input) < 0)
xmlPushInput     7645 third_party/libxml/src/parser.c 	    if (xmlPushInput(ctxt, input) < 0)
xmlPushInput     7654 third_party/libxml/src/parser.c 	    if (xmlPushInput(ctxt, input) < 0)
xmlPushInput     7725 third_party/libxml/src/parser.c     if (xmlPushInput(ctxt, input) < 0) {
xmlPushInput     12097 third_party/libxml/src/parser.c     if (xmlPushInput(ctxt, pinput) < 0) {
xmlPushInput     12235 third_party/libxml/src/parser.c     if (xmlPushInput(ctxt, input) < 0) {
xmlPushInput     16383 third_party/libxml/src/testapi.c         ret_val = xmlPushInput(ctxt, input);