pending_buf       231 net/zlib.c         Bytef *pending_buf;  /* output still pending */
pending_buf       406 net/zlib.c     #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
pending_buf       652 net/zlib.c         s->pending_buf = (uchf *) ZALLOC(strm, s->lit_bufsize, 2*sizeof(ush));
pending_buf       655 net/zlib.c             s->pending_buf == Z_NULL) {
pending_buf       660 net/zlib.c         s->d_buf = (ushf *) &(s->pending_buf[s->lit_bufsize]);
pending_buf       661 net/zlib.c         s->l_buf = (uchf *) &(s->pending_buf[3*s->lit_bufsize]);
pending_buf       691 net/zlib.c         s->pending_out = s->pending_buf;
pending_buf       739 net/zlib.c             state->pending_out = state->pending_buf;
pending_buf       877 net/zlib.c         TRY_FREE(strm, state->pending_buf, state->lit_bufsize * 2 * sizeof(ush));