Home
last modified time | relevance | path

Searched refs:xmlNewCharRef (Results 1 – 10 of 10) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h878 xmlNewCharRef (xmlDocPtr doc,
/external/libxml2/
Dlibxml2.syms976 xmlNewCharRef;
Delfgcchack.h6029 #undef xmlNewCharRef
6030 extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
6032 #ifndef xmlNewCharRef
6033 extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
6034 #define xmlNewCharRef xmlNewCharRef__internal_alias macro
DSAX2.c2502 ret = xmlNewCharRef(ctxt->myDoc, name); in xmlSAX2Reference()
Dtree.c2554 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) { in xmlNewCharRef() function
Dtestapi.c21149 ret_val = xmlNewCharRef(doc, (const xmlChar *)name); in test_xmlNewCharRef()
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle998 d xmlNewCharRef pr extproc('xmlNewCharRef')
/external/libxml2/win32/
Dlibxml2.def.src1228 xmlNewCharRef
/external/ImageMagick/coders/
Dsvg.c2566 (void) xmlAddChild(parser->node,xmlNewCharRef(svg_info->document,name)); in SVGReference()
Dmsl.c7485 (void) xmlAddChild(parser->node,xmlNewCharRef(msl_info->document,name)); in MSLReference()