Searched refs:Z_HUFFMAN_ONLY (Results 1 - 25 of 37) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzlib.h168 #define Z_HUFFMAN_ONLY 2 macro
477 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
482 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h233 #define Z_HUFFMAN_ONLY 2 macro
470 produced by a filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.h233 #define Z_HUFFMAN_ONLY 2 macro
470 produced by a filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h357 #define Z_HUFFMAN_ONLY 2 macro
616 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
621 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h357 #define Z_HUFFMAN_ONLY 2 macro
616 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
621 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c591 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
608 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
628 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1485 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1490 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1594 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
H A Dzlib.h190 #define Z_HUFFMAN_ONLY 2 macro
519 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c591 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
608 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
628 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1485 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1490 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1594 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
H A Dzlib.h190 #define Z_HUFFMAN_ONLY 2 macro
519 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c591 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
608 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
628 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1485 if ((s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) ||
1490 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
1594 if (s->strategy != Z_HUFFMAN_ONLY && s->strategy != Z_RLE) {
H A Dzlib.h190 #define Z_HUFFMAN_ONLY 2 macro
519 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
525 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c199 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
941 if (s->strategy != Z_HUFFMAN_ONLY) {
1039 if (s->strategy != Z_HUFFMAN_ONLY) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
H A Ddeflate.c702 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
719 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
739 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
901 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1929 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c704 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
721 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
741 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
903 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1931 * For Z_HUFFMAN_ONLY, do not look for matches. Do not maintain a hash table.
H A Dgzlib.c158 state->strategy = Z_HUFFMAN_ONLY;
H A Dzlib.h193 #define Z_HUFFMAN_ONLY 2 macro
566 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
572 Z_DEFAULT_STRATEGY and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as
573 fast as Z_HUFFMAN_ONLY, but give better compression for PNG image data. The
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/pascal/
H A Dzlibpas.pas92 Z_HUFFMAN_ONLY = 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas72 Z_HUFFMAN_ONLY = 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/pascal/
H A Dzlibpas.pas72 Z_HUFFMAN_ONLY = 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/pascal/
H A Dzlibpas.pas92 Z_HUFFMAN_ONLY = 2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/as400/
H A Dzlib.inc55 D Z_HUFFMAN_ONLY C 2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/as400/
H A Dzlib.inc55 D Z_HUFFMAN_ONLY C 2
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/as400/
H A Dzlib.inc64 D Z_HUFFMAN_ONLY C 2

Completed in 297 milliseconds

12