Searched defs:xmlSetNsProp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dtree.c4876 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
4950 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default");
4953 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve");
5107 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5110 xmlSetNsProp(cur, ns, BAD_CAST "base", uri);
6686 return(xmlSetNsProp(node, ns, nqname, value));
6688 return(xmlSetNsProp(node, NULL, name, value));
6692 * xmlSetNsProp:
6704 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, function
H A Delfgcchack.h10352 #undef xmlSetNsProp macro
10353 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
10355 #ifndef xmlSetNsProp
10356 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
10357 #define xmlSetNsProp xmlSetNsProp__internal_alias macro
/external/libxml2/
H A Dtree.c4961 xmlSetNsProp(cur, ns, BAD_CAST "lang", lang);
5037 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "default");
5040 xmlSetNsProp(cur, ns, BAD_CAST "space", BAD_CAST "preserve");
5196 xmlSetNsProp(cur, ns, BAD_CAST "base", fixed);
5199 xmlSetNsProp(cur, ns, BAD_CAST "base", uri);
6806 return(xmlSetNsProp(node, ns, nqname, value));
6808 return(xmlSetNsProp(node, NULL, name, value));
6812 * xmlSetNsProp:
6824 xmlSetNsProp(xmlNodePtr node, xmlNsPtr ns, const xmlChar *name, function
H A Delfgcchack.h10502 #undef xmlSetNsProp macro
10503 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
10505 #ifndef xmlSetNsProp
10506 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
10507 #define xmlSetNsProp xmlSetNsProp__internal_alias macro

Completed in 149 milliseconds