Lines Matching defs:cur
51 htmlNodePtr cur; in htmlGetMetaEncoding() local
165 htmlNodePtr cur, meta = NULL, head = NULL; in htmlSetMetaEncoding() local
408 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlBufNodeDumpFormat()
452 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
489 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFileFormat()
537 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile()
552 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in htmlDocDumpMemoryFormat()
630 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) { in htmlDocDumpMemory()
656 xmlDtdPtr cur = doc->intSubset; in htmlDtdDumpOutput() local
688 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
755 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
779 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeListDumpOutput()
801 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFormatOutput()
990 xmlNodePtr cur, const char *encoding) { in htmlNodeDumpOutput()
1004 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpFormatOutput()
1037 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpOutput()
1058 htmlDocDump(FILE *f, xmlDocPtr cur) { in htmlDocDump()
1118 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile()
1181 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, in htmlSaveFileFormat()
1245 htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { in htmlSaveFileEnc()