Lines Matching defs:cur
49 htmlNodePtr cur; in htmlGetMetaEncoding() local
163 htmlNodePtr cur, meta = NULL, head = NULL; in htmlSetMetaEncoding() local
404 htmlNodeDumpFormat(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlNodeDumpFormat()
448 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
470 xmlNodePtr cur, const char *encoding, int format) { 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()
637 xmlDtdPtr cur = doc->intSubset; in htmlDtdDumpOutput() local
669 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, in htmlAttrDumpOutput()
731 htmlAttrListDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur, const char *encoding)… in htmlAttrListDumpOutput()
755 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeListDumpOutput()
777 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFormatOutput()
966 xmlNodePtr cur, const char *encoding) { 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()