Searched refs:FLUSH_BLOCK (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeflate.c831 #define FLUSH_BLOCK(s, eof) { \ macro
884 FLUSH_BLOCK(s, 0);
890 FLUSH_BLOCK(s, 0);
893 FLUSH_BLOCK(s, flush == Z_FINISH);
987 if (bflush) FLUSH_BLOCK(s, 0);
989 FLUSH_BLOCK(s, flush == Z_FINISH);
1082 if (bflush) FLUSH_BLOCK(s, 0);
1111 FLUSH_BLOCK(s, flush == Z_FINISH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Ddeflate.c1376 #define FLUSH_BLOCK(s, eof) { \ macro
1428 FLUSH_BLOCK(s, 0);
1434 FLUSH_BLOCK(s, 0);
1437 FLUSH_BLOCK(s, flush == Z_FINISH);
1542 if (bflush) FLUSH_BLOCK(s, 0);
1544 FLUSH_BLOCK(s, flush == Z_FINISH);
1642 if (bflush) FLUSH_BLOCK(s, 0);
1672 FLUSH_BLOCK(s, flush == Z_FINISH);
1731 if (bflush) FLUSH_BLOCK(s, 0);
1733 FLUSH_BLOCK(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c1376 #define FLUSH_BLOCK(s, eof) { \ macro
1428 FLUSH_BLOCK(s, 0);
1434 FLUSH_BLOCK(s, 0);
1437 FLUSH_BLOCK(s, flush == Z_FINISH);
1542 if (bflush) FLUSH_BLOCK(s, 0);
1544 FLUSH_BLOCK(s, flush == Z_FINISH);
1642 if (bflush) FLUSH_BLOCK(s, 0);
1672 FLUSH_BLOCK(s, flush == Z_FINISH);
1731 if (bflush) FLUSH_BLOCK(s, 0);
1733 FLUSH_BLOCK(
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1696 #define FLUSH_BLOCK(eof) \ macro
1784 FLUSH_BLOCK(0);
1794 FLUSH_BLOCK(0);
1820 return FLUSH_BLOCK(1); /* eof */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c1552 #define FLUSH_BLOCK(s, eof) { \ macro
1604 FLUSH_BLOCK(s, 0);
1610 FLUSH_BLOCK(s, 0);
1613 FLUSH_BLOCK(s, flush == Z_FINISH);
1706 if (bflush) FLUSH_BLOCK(s, 0);
1708 FLUSH_BLOCK(s, flush == Z_FINISH);
1800 if (bflush) FLUSH_BLOCK(s, 0);
1829 FLUSH_BLOCK(s, flush == Z_FINISH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1214 #define FLUSH_BLOCK(s, flush) { \ macro
1311 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1313 FLUSH_BLOCK(s, flush);
1405 if (bflush) FLUSH_BLOCK(s, Z_NO_FLUSH);
1434 FLUSH_BLOCK(s, flush);

Completed in 109 milliseconds