Searched refs:wxZLIB_GZIP (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dzstream.h35 wxZLIB_GZIP = 2, // gzip header and checksum, requires zlib 1.2.1+ enumerator in enum:__anon389
128 { return new wxZlibOutputStream(stream, -1, wxZLIB_GZIP); }
132 { return new wxZlibOutputStream(stream, -1, wxZLIB_GZIP); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/streams/
H A Dzlibstream.cpp215 doTestStreamData(wxZLIB_GZIP, wxZLIB_GZIP, wxZ_DEFAULT_COMPRESSION);
219 doTestStreamData(wxZLIB_GZIP, wxZLIB_GZIP, wxZ_NO_COMPRESSION);
223 doTestStreamData(wxZLIB_GZIP, wxZLIB_GZIP, wxZ_BEST_SPEED);
227 doTestStreamData(wxZLIB_GZIP, wxZLIB_GZIP, wxZ_BEST_COMPRESSION);
235 doTestStreamData(wxZLIB_AUTO, wxZLIB_GZIP, wxZ_DEFAULT_COMPRESSION);
408 case wxZLIB_GZIP
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dzstream.cpp143 if ((flags == wxZLIB_GZIP || flags == wxZLIB_AUTO) && !CanHandleGZip()) {
166 case wxZLIB_GZIP: windowBits = MAX_WBITS | ZSTREAM_GZIP; break;
301 if (flags == wxZLIB_GZIP && !CanHandleGZip()) {
320 case wxZLIB_GZIP: windowBits = MAX_WBITS | ZSTREAM_GZIP; break;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstrmzlib.tex65 wxZLIB_GZIP = 2, // gzip header and checksum, requires zlib 1.2.1+
142 wxZLIB_GZIP = 2 // gzip header and checksum, requires zlib 1.2.1+

Completed in 60 milliseconds