xmlStreamPushNode 10784 third_party/libxml/src/elfgcchack.h #undef xmlStreamPushNode
xmlStreamPushNode 10785 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStreamPushNode) xmlStreamPushNode __attribute((alias("xmlStreamPushNode__internal_alias")));
xmlStreamPushNode 10787 third_party/libxml/src/elfgcchack.h #ifndef xmlStreamPushNode
xmlStreamPushNode 10788 third_party/libxml/src/elfgcchack.h extern __typeof (xmlStreamPushNode) xmlStreamPushNode__internal_alias __attribute((visibility("hidden")));
xmlStreamPushNode 10789 third_party/libxml/src/elfgcchack.h #define xmlStreamPushNode xmlStreamPushNode__internal_alias
xmlStreamPushNode   78 third_party/libxml/src/include/libxml/pattern.h 			xmlStreamPushNode	(xmlStreamCtxtPtr stream,
xmlStreamPushNode 17179 third_party/libxml/src/testapi.c         ret_val = xmlStreamPushNode(stream, (const xmlChar *)name, (const xmlChar *)ns, nodeType);
xmlStreamPushNode 14211 third_party/libxml/src/xpath.c 		    ret = xmlStreamPushNode(patstream, NULL, NULL, cur->type);