Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/lib/zlib_deflate/
H A Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member
430 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
433 s->pending_out += len; in flush_pending()
438 s->pending_out = s->pending_buf; in flush_pending()
H A Ddeflate.c297 s->pending_out = s->pending_buf; in zlib_deflateReset()
/kernel/linux/linux-6.6/lib/zlib_deflate/
H A Ddefutil.h78 Byte *pending_out; /* next pending byte to output to the stream */ member
432 memcpy(strm->next_out, s->pending_out, len); in flush_pending()
435 s->pending_out += len; in flush_pending()
440 s->pending_out = s->pending_buf; in flush_pending()
H A Ddeflate.c297 s->pending_out = s->pending_buf; in zlib_deflateReset()
/kernel/linux/linux-5.10/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c86 /* The remaining data is located in pending_out[0:pending]. If someone in send_eobs()
92 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
93 state->pending_out = state->pending_buf; in send_eobs()
/kernel/linux/linux-6.6/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c105 /* The remaining data is located in pending_out[0:pending]. If someone in send_eobs()
111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
112 state->pending_out = state->pending_buf; in send_eobs()

Completed in 6 milliseconds