MCPcopy Create free account
hub / github.com/Kitware/VTK / xmlGetCompressMode

Function xmlGetCompressMode

ThirdParty/libxml2/vtklibxml2/tree.c:7779–7783  ·  view source on GitHub ↗

* xmlGetCompressMode: * * DEPRECATED: Use xmlGetDocCompressMode * * get the default compression mode used, ZLIB based. * Returns 0 (uncompressed) to 9 (max compression) */

Source from the content-addressed store, hash-verified

7777 * Returns 0 (uncompressed) to 9 (max compression)
7778 */
7779int
7780xmlGetCompressMode(void)
7781{
7782 return (xmlCompressMode);
7783}
7784
7785/**
7786 * xmlSetCompressMode:

Callers 2

xmlC14NDocSaveFunction · 0.85
xmlSaveFormatFileEncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected