Searched refs:xmlAddID (Results 1 – 11 of 11) sorted by relevance
/external/libxml2/include/libxml/ |
D | valid.h | 268 xmlAddID (xmlValidCtxtPtr ctxt,
|
/external/libxml2/os400/libxmlrpg/ |
D | valid.rpgle | 299 d xmlAddID pr extproc('xmlAddID')
|
/external/libxml2/ |
D | SAX2.c | 1409 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()
|
D | libxml2.syms | 629 xmlAddID;
|
D | tree.c | 1909 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()
|
D | valid.c | 2578 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()
|
D | xmlschemastypes.c | 2760 res = xmlAddID(NULL, node->doc, strip, attr); in xmlSchemaValAtomicType() 2763 res = xmlAddID(NULL, node->doc, value, attr); in xmlSchemaValAtomicType()
|
D | elfgcchack.h | 1035 #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
|
D | xmlschemas.c | 5963 res = xmlAddID(NULL, attr->doc, value, attr); in xmlSchemaPValAttrNodeID()
|
D | ChangeLog | 25 * tree.c: avoid calling xmlAddID with NULL values
|
/external/libxml2/win32/ |
D | libxml2.def.src | 493 xmlAddID
|