Searched refs:bflush (Results 1 - 8 of 8) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.c1144 int bflush; /* set if current block must be flushed */ local
1184 s->match_length - MIN_MATCH, bflush);
1220 _tr_tally_lit (s, s->window[s->strstart], bflush);
1224 if (bflush) FLUSH_BLOCK(s, 0);
1240 int bflush; /* set if current block must be flushed */ local
1300 s->prev_length - MIN_MATCH, bflush);
1318 if (bflush) FLUSH_BLOCK(s, 0);
1326 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
1327 if (bflush) {
1345 _tr_tally_lit(s, s->window[s->strstart-1], bflush);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddeflate.c1043 int bflush; /* set if current block must be flushed */ local
1082 bflush = zlib_tr_tally(s, s->strstart - s->match_start,
1116 bflush = zlib_tr_tally (s, 0, s->window[s->strstart]);
1120 if (bflush) FLUSH_BLOCK(s, 0);
1136 int bflush; /* set if current block must be flushed */ local
1195 bflush = zlib_tr_tally(s, s->strstart -1 - s->prev_match,
1214 if (bflush) FLUSH_BLOCK(s, 0);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.c1231 int bflush; /* set if current block must be flushed */ local
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1327 int bflush; /* set if current block must be flushed */ local
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.c1231 int bflush; /* set if current block must be flushed */ local
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1327 int bflush; /* set if current block must be flushed */ local
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.c1231 int bflush; /* set if current block must be flushed */ local
1273 bflush = ct_tally(s, s->strstart - s->match_start,
1307 bflush = ct_tally (s, 0, s->window[s->strstart]);
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1327 int bflush; /* set if current block must be flushed */ local
1386 bflush = ct_tally(s, s->strstart -1 - s->prev_match,
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c1629 int bflush; /* set if current block must be flushed */ local
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1706 if (bflush) FLUSH_BLOCK(s, 0);
1722 int bflush; /* set if current block must be flushed */ local
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1800 if (bflush) FLUSH_BLOCK(s, 0);
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c1629 int bflush; /* set if current block must be flushed */ local
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1706 if (bflush) FLUSH_BLOCK(s, 0);
1722 int bflush; /* set if current block must be flushed */ local
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1800 if (bflush) FLUSH_BLOCK(s, 0);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c1629 int bflush; /* set if current block must be flushed */ local
1668 bflush = _tr_tally(s, s->strstart - s->match_start,
1702 bflush = _tr_tally (s, 0, s->window[s->strstart]);
1706 if (bflush) FLUSH_BLOCK(s, 0);
1722 int bflush; /* set if current block must be flushed */ local
1781 bflush = _tr_tally(s, s->strstart -1 - s->prev_match,
1800 if (bflush) FLUSH_BLOCK(s, 0);

Completed in 470 milliseconds