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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.h123 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c397 s->pending_out = s->pending_buf;
564 zmemcpy(strm->next_out, strm->state->pending_out, len);
566 strm->state->pending_out += len;
571 strm->state->pending_out = strm->state->pending_buf;
961 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 473 milliseconds