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

/external/libxml2/
H A Dlibxml2.syms995 xmlNewPI;
H A Delfgcchack.h6317 #undef xmlNewPI macro
6318 extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
6320 #ifndef xmlNewPI
6321 extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
6322 #define xmlNewPI xmlNewPI__internal_alias macro
H A Dtree.c2158 "xmlNewPI : name == NULL\n");
2189 * xmlNewPI:
2199 xmlNewPI(const xmlChar *name, const xmlChar *content) { function
H A Dtestapi.c526 if (no == 0) return(xmlNewPI(BAD_CAST "test", NULL));
566 if (no == 0) return(xmlNewPI(BAD_CAST "test", NULL));
21883 ret_val = xmlNewPI((const xmlChar *)name, (const xmlChar *)content);
21890 printf("Leak of %d blocks found in xmlNewPI",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h858 xmlNewPI (const xmlChar *name,

Completed in 386 milliseconds