Searched refs:Z_PACKET_FLUSH (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzlib.h43 * Z_PACKET_FLUSH is added and used by ppp_deflate. Before returning
141 #define Z_PACKET_FLUSH 2 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.h215 #define Z_PACKET_FLUSH 5 macro
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
312 since the last Z_PACKET_FLUSH, it is never output as a stored block.
393 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
398 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
478 required for a compressed block to be output when Z_PACKET_FLUSH is
H A Ddeflate.c271 r = inflate(&state->strm, Z_PACKET_FLUSH);
H A Dzlib.c11 * - added Z_PACKET_FLUSH (see zlib.h for details)
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
812 case Z_PACKET_FLUSH:
2343 /* For Z_PACKET_FLUSH, if we don't achieve the required minimum
2345 * time we used Z_PACKET_FLUSH, then just omit this block completely
2348 if (flush == Z_PACKET_FLUSH && s->blocks_in_packet == 1
2907 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
2959 if (f != Z_PACKET_FLUSH)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.h215 #define Z_PACKET_FLUSH 5 macro
306 If the parameter flush is set to Z_PACKET_FLUSH, the compression
312 since the last Z_PACKET_FLUSH, it is never output as a stored block.
393 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
396 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
398 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
478 required for a compressed block to be output when Z_PACKET_FLUSH is
H A Ddeflate.c261 r = inflate(&state->strm, Z_PACKET_FLUSH);
H A Dzlib.c11 * - added Z_PACKET_FLUSH (see zlib.h for details)
385 /* Number of blocks produced since the last time Z_PACKET_FLUSH
812 case Z_PACKET_FLUSH:
2343 /* For Z_PACKET_FLUSH, if we don't achieve the required minimum
2345 * time we used Z_PACKET_FLUSH, then just omit this block completely
2348 if (flush == Z_PACKET_FLUSH && s->blocks_in_packet == 1
2907 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
2959 if (f != Z_PACKET_FLUSH)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c365 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
381 flush = Z_PACKET_FLUSH;
628 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
656 flush = Z_PACKET_FLUSH;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Ddeflate.c353 flush = (mp == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
369 flush = Z_PACKET_FLUSH;
616 flush = (mi == NULL)? Z_PACKET_FLUSH: Z_NO_FLUSH;
644 flush = Z_PACKET_FLUSH;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c252 r = zlib_deflate(&state->strm, Z_PACKET_FLUSH);
487 r = zlib_inflate(&state->strm, Z_PACKET_FLUSH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.h331 #define Z_PACKET_FLUSH 2 macro
449 If the parameter flush is set to Z_PACKET_FLUSH, the compression
534 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
537 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
539 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
H A Dzlib.c9 * - added Z_PACKET_FLUSH (see zlib.h for details)
1072 } else if (flush == Z_PACKET_FLUSH) {
3262 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
3314 if (f != Z_PACKET_FLUSH)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.h331 #define Z_PACKET_FLUSH 2 macro
449 If the parameter flush is set to Z_PACKET_FLUSH, the compression
534 If the parameter flush is set to Z_PARTIAL_FLUSH or Z_PACKET_FLUSH,
537 parameter other than Z_PARTIAL_FLUSH, Z_PACKET_FLUSH or Z_FINISH, but the
539 anyway. For Z_PACKET_FLUSH, inflate checks that once all the input data
H A Dzlib.c9 * - added Z_PACKET_FLUSH (see zlib.h for details)
1072 } else if (flush == Z_PACKET_FLUSH) {
3262 if (f == Z_PACKET_FLUSH && z->avail_in == 0 && z->avail_out != 0)
3314 if (f != Z_PACKET_FLUSH)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_inflate/
H A Dinflate.c733 if (flush == Z_PACKET_FLUSH && ret == Z_OK &&
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddeflate.c416 } else if (flush == Z_PACKET_FLUSH) {

Completed in 292 milliseconds