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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
432 memcpy(strm->next_out, s->pending_out, len);
435 s->pending_out += len;
440 s->pending_out = s->pending_buf;
H A Ddeflate.c297 s->pending_out = s->pending_buf;
/linux-master/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c105 /* The remaining data is located in pending_out[0:pending]. If someone
111 memmove(state->pending_buf, state->pending_out, state->pending);
112 state->pending_out = state->pending_buf;

Completed in 176 milliseconds