Home
last modified time | relevance | path

Searched refs:xmlGetCompressMode (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h1191 xmlGetCompressMode (void);
/external/libxml2/
Dc14n.c1779 compression = xmlGetCompressMode(); in xmlC14NDocSave()
Dxmlsave.c2475 if (cur->compression < 0) cur->compression = xmlGetCompressMode(); in xmlSaveFormatFileEnc()
Delfgcchack.h3823 #undef xmlGetCompressMode
3824 extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__int…
3826 #ifndef xmlGetCompressMode
3827 extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hi…
3828 #define xmlGetCompressMode xmlGetCompressMode__internal_alias macro
Dtree.c7556 xmlGetCompressMode(void) in xmlGetCompressMode() function