Searched refs:xmlSetProp (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dcatalog.c557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
564 xmlSetProp(node, BAD_CAST "id", cur->name);
576 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public");
579 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system");
587 xmlSetProp(node, BAD_CAST "publicId", cur->name);
588 xmlSetProp(node, BAD_CAST "uri", cur->value);
593 xmlSetProp(node, BAD_CAST "systemId", cur->name);
594 xmlSetProp(node, BAD_CAST "uri", cur->value);
599 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name);
600 xmlSetProp(nod
[all...]
H A DHTMLtree.c283 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent);
H A Drelaxng.c1654 xmlSetProp(root, BAD_CAST "ns", ns);
1985 xmlSetProp(root, BAD_CAST "ns", ns);
4768 xmlSetProp(root, BAD_CAST "ns", ns);
7204 xmlSetProp(text, BAD_CAST "ns", ns);
7210 xmlSetProp(text, BAD_CAST "ns", BAD_CAST "");
7234 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST "");
7236 xmlSetProp(cur, BAD_CAST "ns", ns);
7259 xmlSetProp(cur, BAD_CAST "ns",
7337 xmlSetProp(child, BAD_CAST "ns", ns);
H A Delfgcchack.h10364 #undef xmlSetProp macro
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
H A Dtree.c6654 * xmlSetProp:
6668 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
H A Dtestapi.c119 api_attr = xmlSetProp(api_root, name, (const xmlChar *) "bar");
23474 ret_val = xmlSetProp(node, (const xmlChar *)name, (const xmlChar *)value);
23482 printf("Leak of %d blocks found in xmlSetProp",
[all...]
/external/libxml2/
H A Dcatalog.c557 xmlSetProp(node, BAD_CAST "catalog", cur->value);
564 xmlSetProp(node, BAD_CAST "id", cur->name);
576 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "public");
579 xmlSetProp(node, BAD_CAST "prefer", BAD_CAST "system");
587 xmlSetProp(node, BAD_CAST "publicId", cur->name);
588 xmlSetProp(node, BAD_CAST "uri", cur->value);
593 xmlSetProp(node, BAD_CAST "systemId", cur->name);
594 xmlSetProp(node, BAD_CAST "uri", cur->value);
599 xmlSetProp(node, BAD_CAST "systemIdStartString", cur->name);
600 xmlSetProp(nod
[all...]
H A DHTMLtree.c283 xmlSetProp(meta, BAD_CAST"content", BAD_CAST newcontent);
H A Drelaxng.c1654 xmlSetProp(root, BAD_CAST "ns", ns);
1985 xmlSetProp(root, BAD_CAST "ns", ns);
4768 xmlSetProp(root, BAD_CAST "ns", ns);
7204 xmlSetProp(text, BAD_CAST "ns", ns);
7210 xmlSetProp(text, BAD_CAST "ns", BAD_CAST "");
7234 xmlSetProp(cur, BAD_CAST "ns", BAD_CAST "");
7236 xmlSetProp(cur, BAD_CAST "ns", ns);
7259 xmlSetProp(cur, BAD_CAST "ns",
7337 xmlSetProp(child, BAD_CAST "ns", ns);
H A Delfgcchack.h10364 #undef xmlSetProp macro
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
H A Dtree.c6667 * xmlSetProp:
6681 xmlSetProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c2066 xmlSetProp(child, BAD_CAST "rank", BAD_CAST buf);
2067 xmlSetProp(child, BAD_CAST "match", BAD_CAST templates[i]->match);
2068 xmlSetProp(child, BAD_CAST "name", BAD_CAST templates[i]->name);
2069 xmlSetProp(child, BAD_CAST "mode", BAD_CAST templates[i]->mode);
2072 xmlSetProp(child, BAD_CAST "calls", BAD_CAST buf);
2075 xmlSetProp(child, BAD_CAST "time", BAD_CAST buf);
2078 xmlSetProp(child, BAD_CAST "average", BAD_CAST buf);
/external/libxslt/libxslt/
H A Dxsltutils.c2066 xmlSetProp(child, BAD_CAST "rank", BAD_CAST buf);
2067 xmlSetProp(child, BAD_CAST "match", BAD_CAST templates[i]->match);
2068 xmlSetProp(child, BAD_CAST "name", BAD_CAST templates[i]->name);
2069 xmlSetProp(child, BAD_CAST "mode", BAD_CAST templates[i]->mode);
2072 xmlSetProp(child, BAD_CAST "calls", BAD_CAST buf);
2075 xmlSetProp(child, BAD_CAST "time", BAD_CAST buf);
2078 xmlSetProp(child, BAD_CAST "average", BAD_CAST buf);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dtree.h969 xmlSetProp (xmlNodePtr node,
/external/libxml2/include/libxml/
H A Dtree.h968 xmlSetProp (xmlNodePtr node,

Completed in 439 milliseconds