Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlsave.h41 typedef struct _xmlSaveCtxt xmlSaveCtxt; typedef
42 typedef xmlSaveCtxt *xmlSaveCtxtPtr;
/external/libxml2/
Dxmlsave.c384 ret = (xmlSaveCtxtPtr) xmlMalloc(sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
389 memset(ret, 0, sizeof(xmlSaveCtxt)); in xmlNewSaveCtxt()
2349 xmlSaveCtxt ctxt; in xmlNodeDumpOutput()
2405 xmlSaveCtxt ctxt; in xmlDocDumpFormatMemoryEnc()
2542 xmlSaveCtxt ctxt; in xmlDocFormatDump()
2609 xmlSaveCtxt ctxt; in xmlSaveFileTo()
2647 xmlSaveCtxt ctxt; in xmlSaveFormatFileTo()
2686 xmlSaveCtxt ctxt; in xmlSaveFormatFileEnc()