Searched refs:xmlSetProp (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | catalog.c | 557 xmlSetProp(node, BAD_CAST "catalog", cur->value); in xmlDumpXMLCatalogNode() 564 xmlSetProp(node, BAD_CAST "id", cur->name); in xmlDumpXMLCatalogNode() 576 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public"); in xmlDumpXMLCatalogNode() 579 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system"); in xmlDumpXMLCatalogNode() 587 xmlSetProp(node, BAD_CAST "publicId", cur->name); in xmlDumpXMLCatalogNode() 588 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode() 593 xmlSetProp(node, BAD_CAST "systemId", cur->name); in xmlDumpXMLCatalogNode() 594 xmlSetProp(node, BAD_CAST "uri", cur->value); in xmlDumpXMLCatalogNode() 599 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name); in xmlDumpXMLCatalogNode() 600 xmlSetProp(node, BAD_CAST "rewritePrefix", cur->value); in xmlDumpXMLCatalogNode() [all …]
|
D | relaxng.c | 1652 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadInclude() 1982 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGLoadExternalRef() 4668 xmlSetProp(root, BAD_CAST "ns", ns); in xmlRelaxNGProcessExternalRef() 7080 xmlSetProp(text, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree() 7086 xmlSetProp(text, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree() 7110 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST ""); in xmlRelaxNGCleanupTree() 7112 xmlSetProp(cur, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree() 7135 xmlSetProp(cur, BAD_CAST "ns", in xmlRelaxNGCleanupTree() 7213 xmlSetProp(child, BAD_CAST "ns", ns); in xmlRelaxNGCleanupTree()
|
D | elfgcchack.h | 10364 #undef xmlSetProp 10365 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias"))); 10367 #ifndef xmlSetProp 10368 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden"))); 10369 #define xmlSetProp xmlSetProp__internal_alias macro
|
D | tree.c | 6656 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { in xmlSetProp() function
|
/external/libxslt/libxslt/ |
D | xsltutils.c | 2066 xmlSetProp(child, BAD_CAST "rank", BAD_CAST buf); in xsltGetProfileInformation() 2067 xmlSetProp(child, BAD_CAST "match", BAD_CAST templates[i]->match); in xsltGetProfileInformation() 2068 xmlSetProp(child, BAD_CAST "name", BAD_CAST templates[i]->name); in xsltGetProfileInformation() 2069 xmlSetProp(child, BAD_CAST "mode", BAD_CAST templates[i]->mode); in xsltGetProfileInformation() 2072 xmlSetProp(child, BAD_CAST "calls", BAD_CAST buf); in xsltGetProfileInformation() 2075 xmlSetProp(child, BAD_CAST "time", BAD_CAST buf); in xsltGetProfileInformation() 2078 xmlSetProp(child, BAD_CAST "average", BAD_CAST buf); in xsltGetProfileInformation()
|
/external/libxml2/include/libxml/ |
D | tree.h | 968 xmlSetProp (xmlNodePtr node,
|