Searched refs:xmlNewCharRef (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A Dtree.h833 xmlNewCharRef (xmlDocPtr doc,
/external/libxml2/
H A DSAX2.c2449 ret = xmlNewCharRef(ctxt->myDoc, name);
H A Delfgcchack.h5927 #undef xmlNewCharRef macro
5928 extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
5930 #ifndef xmlNewCharRef
5931 extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
5932 #define xmlNewCharRef xmlNewCharRef__internal_alias macro
H A Dtree.c2501 * xmlNewCharRef:
2509 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) { function

Completed in 129 milliseconds