Home
last modified time | relevance | path

Searched refs:xmlNewDocProp (Results 1 – 8 of 8) sorted by relevance

/external/libxml2/
DTODO145 xmlAttrPtr xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value)
Dtree.c2013 xmlNewDocProp(xmlDocPtr doc, const xmlChar *name, const xmlChar *value) { in xmlNewDocProp() function
4013 ret = xmlNewDocProp(target->doc, cur->name, NULL); in xmlCopyPropInternal()
4015 ret = xmlNewDocProp(doc, cur->name, NULL); in xmlCopyPropInternal()
4017 ret = xmlNewDocProp(cur->parent->doc, cur->name, NULL); in xmlCopyPropInternal()
4019 ret = xmlNewDocProp(cur->children->doc, cur->name, NULL); in xmlCopyPropInternal()
4021 ret = xmlNewDocProp(NULL, cur->name, NULL); in xmlCopyPropInternal()
Dlibxml2.syms984 xmlNewDocProp;
Delfgcchack.h6133 #undef xmlNewDocProp
6134 extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias")));
6136 #ifndef xmlNewDocProp
6137 extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden")));
6138 #define xmlNewDocProp xmlNewDocProp__internal_alias macro
Dtestapi.c21538 ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value); in test_xmlNewDocProp()
/external/libxml2/include/libxml/
Dtree.h784 xmlNewDocProp (xmlDocPtr doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle830 d xmlNewDocProp pr extproc('xmlNewDocProp')
/external/libxml2/win32/
Dlibxml2.def.src1238 xmlNewDocProp