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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/boot/include/
H A Dzlib.h241 #define Z_HUFFMAN_ONLY 2 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc64/boot/
H A Dzlib.h240 #define Z_HUFFMAN_ONLY 2 macro
/asus-wl-520gu-7.0.1.45/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
H A Dzlib.c1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
H A Dzlib.c1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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
H A Dzlib.c1263 if (s->strategy != Z_HUFFMAN_ONLY) {
1361 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dzlib.h151 #define Z_HUFFMAN_ONLY 2 macro
439 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
444 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dzlib.h151 #define Z_HUFFMAN_ONLY 2 macro
439 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
444 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Dzlib.h152 #define Z_HUFFMAN_ONLY 2 macro
429 filter (or predictor), or Z_HUFFMAN_ONLY to force Huffman encoding only (no
434 between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy parameter only affects
H A Ddeflate.c246 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
377 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1175 if (s->strategy != Z_HUFFMAN_ONLY) {
1275 if (s->strategy != Z_HUFFMAN_ONLY) {
H A Dgzio.c119 strategy = Z_HUFFMAN_ONLY;
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c219 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
345 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1074 if (s->strategy != Z_HUFFMAN_ONLY) {
1171 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/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
H A Dzlib.c777 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
910 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1660 if (s->strategy != Z_HUFFMAN_ONLY) {
1757 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
H A Dzlib.c777 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
910 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1660 if (s->strategy != Z_HUFFMAN_ONLY) {
1757 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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
H A Dzlib.c777 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
910 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
1660 if (s->strategy != Z_HUFFMAN_ONLY) {
1757 if (s->strategy != Z_HUFFMAN_ONLY) {
/asus-wl-520gu-7.0.1.45/src/router/library/include/
H A Dzlib.h169 #define Z_HUFFMAN_ONLY 2 macro
491 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
497 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
498 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
/asus-wl-520gu-7.0.1.45/src/router/library/
H A Dzlib.h169 #define Z_HUFFMAN_ONLY 2 macro
491 filter (or predictor), Z_HUFFMAN_ONLY to force Huffman encoding only (no
497 Z_DEFAULT and Z_HUFFMAN_ONLY. Z_RLE is designed to be almost as fast as
498 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy

Completed in 224 milliseconds