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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h126 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c402 s->pending_out = s->pending_buf;
569 zmemcpy(strm->next_out, strm->state->pending_out, len);
571 strm->state->pending_out += len;
576 strm->state->pending_out = strm->state->pending_buf;
966 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 12 milliseconds