xmlNewDocElementContent 5979 third_party/libxml/src/elfgcchack.h #undef xmlNewDocElementContent
xmlNewDocElementContent 5980 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent __attribute((alias("xmlNewDocElementContent__internal_alias")));
xmlNewDocElementContent 5982 third_party/libxml/src/elfgcchack.h #ifndef xmlNewDocElementContent
xmlNewDocElementContent 5983 third_party/libxml/src/elfgcchack.h extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent__internal_alias __attribute((visibility("hidden")));
xmlNewDocElementContent 5984 third_party/libxml/src/elfgcchack.h #define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
xmlNewDocElementContent  185 third_party/libxml/src/include/libxml/valid.h 		xmlNewDocElementContent	(xmlDocPtr doc,
xmlNewDocElementContent 5807 third_party/libxml/src/parser.c 	    ret = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_PCDATA);
xmlNewDocElementContent 5817 third_party/libxml/src/parser.c 	    ret = cur = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_PCDATA);
xmlNewDocElementContent 5823 third_party/libxml/src/parser.c 	        ret = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_OR);
xmlNewDocElementContent 5830 third_party/libxml/src/parser.c 	        n = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_OR);
xmlNewDocElementContent 5832 third_party/libxml/src/parser.c 		n->c1 = xmlNewDocElementContent(ctxt->myDoc, elem, XML_ELEMENT_CONTENT_ELEMENT);
xmlNewDocElementContent 5853 third_party/libxml/src/parser.c 		cur->c2 = xmlNewDocElementContent(ctxt->myDoc, elem,
xmlNewDocElementContent 5942 third_party/libxml/src/parser.c         cur = ret = xmlNewDocElementContent(ctxt->myDoc, elem, XML_ELEMENT_CONTENT_ELEMENT);
xmlNewDocElementContent 5986 third_party/libxml/src/parser.c 	    op = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_SEQ);
xmlNewDocElementContent 6026 third_party/libxml/src/parser.c 	    op = xmlNewDocElementContent(ctxt->myDoc, NULL, XML_ELEMENT_CONTENT_OR);
xmlNewDocElementContent 6076 third_party/libxml/src/parser.c 	    last = xmlNewDocElementContent(ctxt->myDoc, elem, XML_ELEMENT_CONTENT_ELEMENT);
xmlNewDocElementContent 25558 third_party/libxml/src/testapi.c         ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
xmlNewDocElementContent  995 third_party/libxml/src/valid.c     return(xmlNewDocElementContent(NULL, name, type));