Lines Matching refs:xmlDocPtr
389 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur,
404 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlNodeDumpFormat()
448 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
469 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, in htmlNodeDumpFileFormat()
518 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile()
533 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in htmlDocDumpMemoryFormat()
611 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) { in htmlDocDumpMemory()
635 htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlDtdDumpOutput()
669 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
731 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
754 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeListDumpOutput()
776 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput()
792 htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding); in htmlNodeDumpFormatOutput()
965 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpOutput()
980 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpFormatOutput()
1013 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpOutput()
1034 htmlDocDump(FILE *f, xmlDocPtr cur) { in htmlDocDump()
1094 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile()
1157 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, in htmlSaveFileFormat()
1221 htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { in htmlSaveFileEnc()