xmlIsMixedElement 4737 third_party/libxml/src/elfgcchack.h #undef xmlIsMixedElement
xmlIsMixedElement 4738 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
xmlIsMixedElement 4740 third_party/libxml/src/elfgcchack.h #ifndef xmlIsMixedElement
xmlIsMixedElement 4741 third_party/libxml/src/elfgcchack.h extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
xmlIsMixedElement 4742 third_party/libxml/src/elfgcchack.h #define xmlIsMixedElement xmlIsMixedElement__internal_alias
xmlIsMixedElement  387 third_party/libxml/src/include/libxml/valid.h 		xmlIsMixedElement	(xmlDocPtr doc,
xmlIsMixedElement 2739 third_party/libxml/src/parser.c 	ret = xmlIsMixedElement(ctxt->myDoc, ctxt->node->name);
xmlIsMixedElement 25469 third_party/libxml/src/testapi.c         ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);