pending           372 tools/packfi2/deflate.c     s->pending = 0;
pending           535 tools/packfi2/deflate.c     unsigned len = strm->state->pending;
pending           545 tools/packfi2/deflate.c     strm->state->pending -= len;
pending           546 tools/packfi2/deflate.c     if (strm->state->pending == 0) {
pending           617 tools/packfi2/deflate.c                                         s->pending);
pending           654 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
pending           657 tools/packfi2/deflate.c                 if (s->pending == s->pending_buf_size) {
pending           658 tools/packfi2/deflate.c                     if (s->gzhead->hcrc && s->pending > beg)
pending           660 tools/packfi2/deflate.c                                             s->pending - beg);
pending           662 tools/packfi2/deflate.c                     beg = s->pending;
pending           663 tools/packfi2/deflate.c                     if (s->pending == s->pending_buf_size)
pending           669 tools/packfi2/deflate.c             if (s->gzhead->hcrc && s->pending > beg)
pending           671 tools/packfi2/deflate.c                                     s->pending - beg);
pending           682 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
pending           686 tools/packfi2/deflate.c                 if (s->pending == s->pending_buf_size) {
pending           687 tools/packfi2/deflate.c                     if (s->gzhead->hcrc && s->pending > beg)
pending           689 tools/packfi2/deflate.c                                             s->pending - beg);
pending           691 tools/packfi2/deflate.c                     beg = s->pending;
pending           692 tools/packfi2/deflate.c                     if (s->pending == s->pending_buf_size) {
pending           700 tools/packfi2/deflate.c             if (s->gzhead->hcrc && s->pending > beg)
pending           702 tools/packfi2/deflate.c                                     s->pending - beg);
pending           713 tools/packfi2/deflate.c             uInt beg = s->pending;  /* start of bytes to update crc */
pending           717 tools/packfi2/deflate.c                 if (s->pending == s->pending_buf_size) {
pending           718 tools/packfi2/deflate.c                     if (s->gzhead->hcrc && s->pending > beg)
pending           720 tools/packfi2/deflate.c                                             s->pending - beg);
pending           722 tools/packfi2/deflate.c                     beg = s->pending;
pending           723 tools/packfi2/deflate.c                     if (s->pending == s->pending_buf_size) {
pending           731 tools/packfi2/deflate.c             if (s->gzhead->hcrc && s->pending > beg)
pending           733 tools/packfi2/deflate.c                                     s->pending - beg);
pending           742 tools/packfi2/deflate.c             if (s->pending + 2 > s->pending_buf_size)
pending           744 tools/packfi2/deflate.c             if (s->pending + 2 <= s->pending_buf_size) {
pending           757 tools/packfi2/deflate.c     if (s->pending != 0) {
pending           855 tools/packfi2/deflate.c     return s->pending != 0 ? Z_OK : Z_STREAM_END;
pending           100 tools/packfi2/deflate.h     uInt   pending;      /* nb of bytes in the pending buffer */
pending           268 tools/packfi2/deflate.h #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
pending          1111 tools/packfi2/trees.c         Assert((uInt)(s->pending) < s->lit_bufsize + 2*lx,