Home
last modified time | relevance | path

Searched refs:xmlSaveCtxt (Results 1 – 6 of 6) sorted by relevance

/third_party/libxml2/include/libxml/
Dxmlsave.h41 typedef struct _xmlSaveCtxt xmlSaveCtxt; typedef
42 typedef xmlSaveCtxt *xmlSaveCtxtPtr;
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h70 typedef struct _xmlSaveCtxt xmlSaveCtxt; typedef
71 typedef xmlSaveCtxt *xmlSaveCtxtPtr;
Dxmlsave.c413 ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
418 memset(ret, 0, sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
2378 xmlSaveCtxt ctxt; in xmlNodeDumpOutput()
2434 xmlSaveCtxt ctxt; in xmlDocDumpFormatMemoryEnc()
2571 xmlSaveCtxt ctxt; in xmlDocFormatDump()
2638 xmlSaveCtxt ctxt; in xmlSaveFileTo()
2676 xmlSaveCtxt ctxt; in xmlSaveFormatFileTo()
2715 xmlSaveCtxt ctxt; in xmlSaveFormatFileEnc()
/third_party/libxml2/
Dxmlsave.c383 ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
388 memset(ret, 0, sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
2310 xmlSaveCtxt ctxt; in xmlNodeDumpOutput()
2365 xmlSaveCtxt ctxt; in xmlDocDumpFormatMemoryEnc()
2501 xmlSaveCtxt ctxt; in xmlDocFormatDump()
2567 xmlSaveCtxt ctxt; in xmlSaveFileTo()
2604 xmlSaveCtxt ctxt; in xmlSaveFormatFileTo()
2642 xmlSaveCtxt ctxt; in xmlSaveFormatFileEnc()
DNEWS463 Remove unused member `doc` in xmlSaveCtxt (Nick Wellnhofer),
/third_party/chromium/patch/
D0001-cve.patch96126 + Remove unused member `doc` in xmlSaveCtxt (Nick Wellnhofer),