• Home
  • Raw
  • Download

Lines Matching defs:cur

49     htmlNodePtr cur;  in htmlGetMetaEncoding()  local
163 htmlNodePtr cur, meta = NULL, head = NULL; in htmlSetMetaEncoding() local
401 htmlBufNodeDumpFormat(xmlBufPtr buf, xmlDocPtr doc, xmlNodePtr cur, in htmlBufNodeDumpFormat()
445 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump()
482 xmlNodePtr cur, const char *encoding, int format) { in htmlNodeDumpFileFormat()
530 htmlNodeDumpFile(FILE *out, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDumpFile()
545 htmlDocDumpMemoryFormat(xmlDocPtr cur, xmlChar**mem, int *size, int format) { in htmlDocDumpMemoryFormat()
612 htmlDocDumpMemory(xmlDocPtr cur, xmlChar**mem, int *size) { in htmlDocDumpMemory()
636 xmlDtdPtr cur = doc->intSubset; in htmlDtdDumpOutput() local
668 htmlAttrDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlAttrPtr cur) { in htmlAttrDumpOutput()
741 xmlNodePtr cur, const char *encoding ATTRIBUTE_UNUSED, in htmlNodeDumpFormatOutput()
974 xmlNodePtr cur, const char *encoding ATTRIBUTE_UNUSED) { in htmlNodeDumpOutput()
988 htmlDocContentDumpFormatOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpFormatOutput()
1010 htmlDocContentDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr cur, in htmlDocContentDumpOutput()
1031 htmlDocDump(FILE *f, xmlDocPtr cur) { in htmlDocDump()
1082 htmlSaveFile(const char *filename, xmlDocPtr cur) { in htmlSaveFile()
1138 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, in htmlSaveFileFormat()
1195 htmlSaveFileEnc(const char *filename, xmlDocPtr cur, const char *encoding) { in htmlSaveFileEnc()