Home
last modified time | relevance | path

Searched refs:xmlAddID (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/include/libxml/
Dvalid.h268 xmlAddID (xmlValidCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
Dvalid.rpgle300 d xmlAddID pr extproc('xmlAddID')
/external/libxml2/
DSAX2.c1416 xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret); in xmlSAX2AttributeInternal()
1418 xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret); in xmlSAX2AttributeInternal()
2170 xmlAddID(&ctxt->vctxt, ctxt->myDoc, dup, ret); in xmlSAX2AttributeNs()
2175 xmlAddID(&ctxt->vctxt, ctxt->myDoc, dup, ret); in xmlSAX2AttributeNs()
Dlibxml2.syms629 xmlAddID;
Dtree.c1920 xmlAddID(NULL, node->doc, value, cur); in xmlNewPropInternal()
2830 xmlAddID(NULL, doc, idVal, prop); in xmlSetTreeDoc()
4095 xmlAddID(NULL, target->doc, id, ret); in xmlCopyPropInternal()
6914 xmlAddID(NULL, node->doc, value, prop); in xmlSetNsProp()
9754 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode()
Dvalid.c2602 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddID() function
4460 if (xmlAddID(ctxt, doc, value, attr) == NULL) in xmlValidateOneAttribute()
4663 if (xmlAddID(ctxt, doc, value, (xmlAttrPtr) attrDecl) == NULL) in xmlValidateOneNamespace()
Dxmlschemastypes.c2774 res = xmlAddID(NULL, node->doc, strip, attr); in xmlSchemaValAtomicType()
2777 res = xmlAddID(NULL, node->doc, value, attr); in xmlSchemaValAtomicType()
Delfgcchack.h1035 #undef xmlAddID
1036 extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
1038 #ifndef xmlAddID
1039 extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
1040 #define xmlAddID xmlAddID__internal_alias macro
Dxmlschemas.c6003 res = xmlAddID(NULL, attr->doc, value, attr); in xmlSchemaPValAttrNodeID()
DChangeLog25 * tree.c: avoid calling xmlAddID with NULL values
/external/libxml2/win32/
Dlibxml2.def.src493 xmlAddID