Searched refs:xmlNewPI (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dtree.h739 xmlNewPI (const xmlChar *name,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Delfgcchack.h6147 #undef xmlNewPI macro
6148 extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
6150 #ifndef xmlNewPI
6151 extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
6152 #define xmlNewPI xmlNewPI__internal_alias macro
H A Dtree.c2055 "xmlNewPI : name == NULL\n");
2086 * xmlNewPI:
2096 xmlNewPI(const xmlChar *name, const xmlChar *content) { function

Completed in 70 milliseconds