Searched refs:xmlNewProp (Results 1 - 5 of 5) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A DHTMLtree.c217 xmlNewProp(meta, BAD_CAST"http-equiv", BAD_CAST"Content-Type");
218 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent);
231 xmlNewProp(meta, BAD_CAST"http-equiv", BAD_CAST"Content-Type");
232 xmlNewProp(meta, BAD_CAST"content", BAD_CAST newcontent);
H A Delfgcchack.h6168 #undef xmlNewProp macro
6169 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
6171 #ifndef xmlNewProp
6172 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
6173 #define xmlNewProp xmlNewProp__internal_alias macro
H A Dtree.c1816 * xmlNewProp:
1825 xmlNewProp(xmlNodePtr node, const xmlChar *name, const xmlChar *value) { function
1830 "xmlNewProp : name == NULL\n");
H A Dxmlschemas.c25190 if (xmlNewProp(defAttrOwnerElem,
25193 "callling xmlNewProp()");
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h670 xmlNewProp (xmlNodePtr node,

Completed in 244 milliseconds