Searched refs:xmlIsMixedElement (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dvalid.h387 xmlIsMixedElement (xmlDocPtr doc,
/vbox/src/libs/libxml2-2.6.31/
H A Delfgcchack.h4713 #undef xmlIsMixedElement macro
4714 extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
4716 #ifndef xmlIsMixedElement
4717 extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
4718 #define xmlIsMixedElement xmlIsMixedElement__internal_alias macro
H A Dvalid.c3410 * xmlIsMixedElement:
3421 xmlIsMixedElement(xmlDocPtr doc, const xmlChar *name) { function
H A Dparser.c2548 ret = xmlIsMixedElement(ctxt->myDoc, ctxt->node->name);
H A Dtestapi.c25216 ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);
25223 printf("Leak of %d blocks found in xmlIsMixedElement",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c13682 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlIsMixedElement", &pyobj_doc, &name))
13686 c_retval = xmlIsMixedElement(doc, name);

Completed in 373 milliseconds