Home
last modified time | relevance | path

Searched refs:pending_buf (Results 1 – 4 of 4) sorted by relevance

/linux/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_buf; /* output still pending */ member
260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}
440 s->pending_out = s->pending_buf; in flush_pending()
H A Ddeftree.c1056 memcpy(&s->pending_buf[s->pending], buf, len);
/linux/lib/zlib_dfltcc/
H A Ddfltcc_deflate.c111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()
112 state->pending_out = state->pending_buf; in send_eobs()
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h491 int pending_buf; member