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.rpgle299 d xmlAddID pr extproc('xmlAddID')
/external/libxml2/
DSAX2.c1409 xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret); in xmlSAX2AttributeInternal()
1411 xmlAddID(&ctxt->vctxt, ctxt->myDoc, value, ret); in xmlSAX2AttributeInternal()
2163 xmlAddID(&ctxt->vctxt, ctxt->myDoc, dup, ret); in xmlSAX2AttributeNs()
2168 xmlAddID(&ctxt->vctxt, ctxt->myDoc, dup, ret); in xmlSAX2AttributeNs()
Dlibxml2.syms629 xmlAddID;
Dtree.c1909 xmlAddID(NULL, node->doc, value, cur); in xmlNewPropInternal()
4065 xmlAddID(NULL, target->doc, id, ret); in xmlCopyPropInternal()
6884 xmlAddID(NULL, node->doc, value, prop); in xmlSetNsProp()
9724 if (xmlAddID(NULL, destDoc, idVal, (xmlAttrPtr) cur) == NULL) { in xmlDOMWrapCloneNode()
Dvalid.c2578 xmlAddID(xmlValidCtxtPtr ctxt, xmlDocPtr doc, const xmlChar *value, in xmlAddID() function
4427 if (xmlAddID(ctxt, doc, value, attr) == NULL) in xmlValidateOneAttribute()
4624 if (xmlAddID(ctxt, doc, value, (xmlAttrPtr) ns) == NULL) in xmlValidateOneNamespace()
Dxmlschemastypes.c2760 res = xmlAddID(NULL, node->doc, strip, attr); in xmlSchemaValAtomicType()
2763 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.c5963 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