Searched refs:xmlNewDocComment (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dtree.h801 xmlNewDocComment (xmlDocPtr doc,
/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1673 xmlNode *pComment = xmlNewDocComment(m->plibDocument, (const xmlChar *)pcszComment);
/vbox/src/libs/libxml2-2.6.31/
H A DSAX2.c2595 ret = xmlNewDocComment(ctxt->myDoc, value);
H A Delfgcchack.h5923 #undef xmlNewDocComment macro
5924 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
5926 #ifndef xmlNewDocComment
5927 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
5928 #define xmlNewDocComment xmlNewDocComment__internal_alias macro
H A Dtree.c2705 * xmlNewDocComment:
2713 xmlNewDocComment(xmlDocPtr doc, const xmlChar *content) { function
H A Dtestapi.c20817 ret_val = xmlNewDocComment(doc, (const xmlChar *)content);
20824 printf("Leak of %d blocks found in xmlNewDocComment",
[all...]
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml2-py.c10443 if (!PyArg_ParseTuple(args, (char *)"Oz:xmlNewDocComment", &pyobj_doc, &content))
10447 c_retval = xmlNewDocComment(doc, content);

Completed in 564 milliseconds