Home
last modified time | relevance | path

Searched refs:pending_out (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Modules/zlib/
Ddeflate.c482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/external/zlib/src/
Ddeflate.c482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
/external/u-boot/lib/zlib/
Ddeflate.c369 s->pending_out = s->pending_buf;
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->state->pending_out += len;
577 strm->state->pending_out = strm->state->pending_buf;
971 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member