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

/external/chromium_org/third_party/zlib/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 s->pending_out = s->pending_buf;
576 zmemcpy(strm->next_out, strm->state->pending_out, len);
578 strm->state->pending_out += len;
583 strm->state->pending_out = strm->state->pending_buf;
997 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/external/qemu/distrib/zlib-1.2.3/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
937 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/external/zlib/src/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c408 s->pending_out = s->pending_buf;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
653 zmemcpy(strm->next_out, s->pending_out, len);
655 s->pending_out += len;
660 s->pending_out = s->pending_buf;
1057 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 61 milliseconds