Searched refs:deflate_slow (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/zmod/ |
H A D | deflate.c | 85 local block_state deflate_slow OF((deflate_state *s, int flush)); 149 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ 150 /* 5 */ {8, 16, 32, 32, deflate_slow}, 151 /* 6 */ {8, 16, 128, 128, deflate_slow}, 152 /* 7 */ {8, 32, 128, 256, deflate_slow}, 153 /* 8 */ {32, 128, 258, 1024, deflate_slow}, 154 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* max compression */ 1560 local block_state deflate_slow(s, flush) in deflate_slow() function
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | zlib.c | 716 local block_state deflate_slow OF((deflate_state *s, int flush)); 773 /* 4 */ {4, 4, 16, 16, deflate_slow}, /* lazy matches */ 774 /* 5 */ {8, 16, 32, 32, deflate_slow}, 775 /* 6 */ {8, 16, 128, 128, deflate_slow}, 776 /* 7 */ {8, 32, 128, 256, deflate_slow}, 777 /* 8 */ {32, 128, 258, 1024, deflate_slow}, 778 /* 9 */ {32, 258, 258, 4096, deflate_slow}}; /* maximum compression */ 2062 deflate_slow(s, flush) in deflate_slow() function
|
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | zlib.c | 532 local int deflate_slow OF((deflate_state *s, int flush)); 792 quit = deflate_slow(state, flush); 1322 local int deflate_slow(s, flush) in deflate_slow() function
|