Searched refs:pending_buf (Results 1 – 4 of 4) sorted by relevance
76 Byte *pending_buf; /* output still pending */ member260 #define put_byte(s, c) {s->pending_buf[s->pending++] = (c);}440 s->pending_out = s->pending_buf; in flush_pending()
1056 memcpy(&s->pending_buf[s->pending], buf, len);
111 memmove(state->pending_buf, state->pending_out, state->pending); in send_eobs()112 state->pending_out = state->pending_buf; in send_eobs()
491 int pending_buf; member