Lines Matching refs:xmlDocPtr
408 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlBufNodeDumpFormat()
452 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
488 htmlNodeDumpFileFormat(FILE *out, xmlDocPtr doc, in htmlNodeDumpFileFormat()
537 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile()
552 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in htmlDocDumpMemoryFormat()
619 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) { in htmlDocDumpMemory()
643 htmlDtdDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlDtdDumpOutput()
678 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
772 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
795 htmlNodeListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeListDumpOutput()
817 htmlNodeDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpFormatOutput()
833 htmlDocContentDumpOutput(buf, (xmlDocPtr) cur, encoding); in htmlNodeDumpFormatOutput()
1006 htmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, in htmlNodeDumpOutput()
1021 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpFormatOutput()
1054 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpOutput()
1075 htmlDocDump(FILE *f, xmlDocPtr cur) { in htmlDocDump()
1126 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile()
1182 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, in htmlSaveFileFormat()
1239 htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { in htmlSaveFileEnc()