Searched refs:pending_buf (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h74 Byte *pending_buf; /* output still pending */ member in struct:deflate_state
75 ulg pending_buf_size; /* size of pending_buf */
251 * IN assertion: there is enough room in pending_buf.
253 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
H A Ddeflate.c181 /* We overlay pending_buf and d_buf+l_buf. This works since the average
223 s->pending_buf = (uch *) overlay;
227 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
254 s->pending_out = s->pending_buf;
274 * pending_buf.
310 s->pending_out = s->pending_buf;
843 * window to pending_buf.
850 /* Stored blocks are limited to 0xffff bytes, pending_buf is limited
878 /* Emit a stored block if pending_buf will be full: */
H A Ddeftree.c1057 /* Check that the overlay between pending_buf and d_buf+l_buf is ok: */
1110 memcpy(&s->pending_buf[s->pending], buf, len);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
302 s->pending_buf = (uchf *) overlay;
306 s->pending_buf == Z_NULL) {
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
408 s->pending_out = s->pending_buf;
626 * pending_buf.
660 s->pending_out = s->pending_buf;
729 strm->adler = crc32(strm->adler, s->pending_buf,
772 strm->adler = crc32(strm->adler, s->pending_buf + beg,
783 strm->adler = crc32(strm->adler, s->pending_buf
[all...]
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.c232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
294 s->pending_buf = (uchf *) overlay;
298 s->pending_buf == Z_NULL) {
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
373 s->pending_out = s->pending_buf;
516 * pending_buf.
547 strm->state->pending_out = strm->state->pending_buf;
616 strm->adler = crc32(strm->adler, s->pending_buf,
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
670 strm->adler = crc32(strm->adler, s->pending_buf
[all...]
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
266 * IN assertion: there is enough room in pending_buf.
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.c232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
294 s->pending_buf = (uchf *) overlay;
298 s->pending_buf == Z_NULL) {
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
373 s->pending_out = s->pending_buf;
516 * pending_buf.
547 strm->state->pending_out = strm->state->pending_buf;
616 strm->adler = crc32(strm->adler, s->pending_buf,
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
670 strm->adler = crc32(strm->adler, s->pending_buf
[all...]
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
266 * IN assertion: there is enough room in pending_buf.
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.c232 /* We overlay pending_buf and d_buf+l_buf. This works since the average
294 s->pending_buf = (uchf *) overlay;
298 s->pending_buf == Z_NULL) {
305 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
373 s->pending_out = s->pending_buf;
516 * pending_buf.
547 strm->state->pending_out = strm->state->pending_buf;
616 strm->adler = crc32(strm->adler, s->pending_buf,
659 strm->adler = crc32(strm->adler, s->pending_buf + beg,
670 strm->adler = crc32(strm->adler, s->pending_buf
[all...]
H A Ddeflate.h97 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
98 ulg pending_buf_size; /* size of pending_buf */
266 * IN assertion: there is enough room in pending_buf.
268 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.c229 /* We overlay pending_buf and d_buf+l_buf. This works since the average
302 s->pending_buf = (uchf *) overlay;
306 s->pending_buf == Z_NULL) {
313 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
408 s->pending_out = s->pending_buf;
624 * pending_buf.
658 s->pending_out = s->pending_buf;
727 strm->adler = crc32(strm->adler, s->pending_buf,
770 strm->adler = crc32(strm->adler, s->pending_buf + beg,
781 strm->adler = crc32(strm->adler, s->pending_buf
[all...]
H A Ddeflate.h100 Bytef *pending_buf; /* output still pending */ member in struct:internal_state
101 ulg pending_buf_size; /* size of pending_buf */
276 * IN assertion: there is enough room in pending_buf.
278 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c344 Bytef *pending_buf; /* output still pending */ member in struct:deflate_state
345 ulg pending_buf_size; /* size of pending_buf */
512 * IN assertion: there is enough room in pending_buf.
514 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
802 s->pending_buf = (uchf *) overlay;
806 s->pending_buf == Z_NULL) {
812 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
879 s->pending_out = s->pending_buf;
933 * pending_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/common/
H A Dzlib.c344 Bytef *pending_buf; /* output still pending */ member in struct:deflate_state
345 ulg pending_buf_size; /* size of pending_buf */
512 * IN assertion: there is enough room in pending_buf.
514 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
750 /* We overlay pending_buf and d_buf+l_buf. This works since the average
802 s->pending_buf = (uchf *) overlay;
806 s->pending_buf == Z_NULL) {
812 s->l_buf = s->pending_buf + (1+sizeof(ush))*s->lit_bufsize;
879 s->pending_out = s->pending_buf;
933 * pending_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c219 Bytef *pending_buf; /* output still pending */ member in struct:deflate_state
392 * IN assertion: there is enough room in pending_buf.
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
639 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
642 s->pending_buf == Z_NULL) {
647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
649 /* We overlay pending_buf and d_buf+l_buf. This works since the average
678 s->pending_out = s->pending_buf;
695 * pending_buf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dzlib.c219 Bytef *pending_buf; /* output still pending */ member in struct:deflate_state
392 * IN assertion: there is enough room in pending_buf.
394 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
639 s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
642 s->pending_buf == Z_NULL) {
647 s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
648 s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
649 /* We overlay pending_buf and d_buf+l_buf. This works since the average
678 s->pending_out = s->pending_buf;
695 * pending_buf
[all...]

Completed in 189 milliseconds