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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h810 xmlNewCharRef (xmlDocPtr doc,
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2363 ret = xmlNewCharRef(ctxt->myDoc, name);
H A Delfgcchack.h5881 #undef xmlNewCharRef macro
5882 extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
5884 #ifndef xmlNewCharRef
5885 extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
5886 #define xmlNewCharRef xmlNewCharRef__internal_alias macro
H A Dtree.c2471 * xmlNewCharRef:
2479 xmlNewCharRef(xmlDocPtr doc, const xmlChar *name) { function
H A Dtestapi.c20657 ret_val = xmlNewCharRef(doc, (const xmlChar *)name);
20664 printf("Leak of %d blocks found in xmlNewCharRef",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c5214 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlNewCharRef", &pyobj_doc, &name))
5218 c_retval = xmlNewCharRef(doc, name);

Completed in 358 milliseconds