Lines Matching defs:ctxt
327 xmlSaveCtxtInit(xmlSaveCtxtPtr ctxt) in xmlSaveCtxtInit()
358 xmlFreeSaveCtxt(xmlSaveCtxtPtr ctxt) in xmlFreeSaveCtxt()
460 static int xmlSaveSwitchEncoding(xmlSaveCtxtPtr ctxt, const char *encoding) { in xmlSaveSwitchEncoding()
484 static int xmlSaveClearEncoding(xmlSaveCtxtPtr ctxt) { in xmlSaveClearEncoding()
553 xmlDtdDumpOutput(xmlSaveCtxtPtr ctxt, xmlDtdPtr dtd) { in xmlDtdDumpOutput()
609 xmlAttrDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrDumpOutput()
636 xmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xmlAttrListDumpOutput()
653 xmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { in xmlNodeListDumpOutput()
683 htmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { in htmlNodeDumpOutputInternal()
742 xmlNodeDumpOutputInternal(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { in xmlNodeDumpOutputInternal()
933 xmlDocContentDumpOutput(xmlSaveCtxtPtr ctxt, xmlDocPtr cur) { in xmlDocContentDumpOutput()
1166 xhtmlAttrListDumpOutput(xmlSaveCtxtPtr ctxt, xmlAttrPtr cur) { in xhtmlAttrListDumpOutput()
1252 xhtmlNodeListDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { in xhtmlNodeListDumpOutput()
1284 xhtmlNodeDumpOutput(xmlSaveCtxtPtr ctxt, xmlNodePtr cur) { in xhtmlNodeDumpOutput()
1759 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc()
1781 xmlSaveTree(xmlSaveCtxtPtr ctxt, xmlNodePtr node) in xmlSaveTree()
1800 xmlSaveFlush(xmlSaveCtxtPtr ctxt) in xmlSaveFlush()
1817 xmlSaveClose(xmlSaveCtxtPtr ctxt) in xmlSaveClose()
1837 xmlSaveSetEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetEscape()
1854 xmlSaveSetAttrEscape(xmlSaveCtxtPtr ctxt, xmlCharEncodingOutputFunc escape) in xmlSaveSetAttrEscape()
2119 xmlSaveCtxt ctxt; in xmlNodeDumpOutput() local
2175 xmlSaveCtxt ctxt; in xmlDocDumpFormatMemoryEnc() local
2312 xmlSaveCtxt ctxt; in xmlDocFormatDump() local
2379 xmlSaveCtxt ctxt; in xmlSaveFileTo() local
2417 xmlSaveCtxt ctxt; in xmlSaveFormatFileTo() local
2456 xmlSaveCtxt ctxt; in xmlSaveFormatFileEnc() local