Home
last modified time | relevance | path

Searched refs:xmlIsID (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h278 xmlIsID (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle315 d xmlIsID pr extproc('xmlIsID')
/external/libxml2/
Dlibxml2.syms658 xmlIsID;
DSAX2.c1417 } else if (xmlIsID(ctxt->myDoc, ctxt->node, ret)) in xmlSAX2AttributeInternal()
2171 } else if (xmlIsID(ctxt->myDoc, ctxt->node, ret)) { in xmlSAX2AttributeNs()
Dtree.c1919 (xmlIsID(node->doc, node, cur) == 1)) in xmlNewPropInternal()
2827 if (xmlIsID(doc, tree, prop)) { in xmlSetTreeDoc()
4090 if (xmlIsID(cur->doc, cur->parent, cur)) { in xmlCopyPropInternal()
9748 if (xmlIsID(destDoc, clone->parent, (xmlAttrPtr) clone)) { in xmlDOMWrapCloneNode()
Delfgcchack.h4799 #undef xmlIsID
4800 extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
4802 #ifndef xmlIsID
4803 extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
4804 #define xmlIsID xmlIsID__internal_alias macro
Dxmlreader.c302 if (xmlIsID(cur->parent->doc, cur->parent, cur)) in xmlTextReaderFreeProp()
Dvalid.c2704 xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) { in xmlIsID() function
Dtestapi.c25764 ret_val = xmlIsID(doc, elem, attr); in test_xmlIsID()
/external/libxml2/win32/
Dlibxml2.def.src1014 xmlIsID