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

/asus-wl-520gu-7.0.1.45/src/cfe/cfe/zlib/
H A Ddeflate.h87 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c346 s->pending_out = s->pending_buf;
424 zmemcpy(strm->next_out, strm->state->pending_out, len);
426 strm->state->pending_out += len;
431 strm->state->pending_out = strm->state->pending_buf;
643 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/asus-wl-520gu-7.0.1.45/src/linux/linux/lib/zlib_deflate/
H A Ddefutil.h77 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
H A Ddeflate.c314 s->pending_out = s->pending_buf;
394 memcpy(strm->next_out, s->pending_out, len);
397 s->pending_out += len;
402 s->pending_out = s->pending_buf;
607 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/asus-wl-520gu-7.0.1.45/src/router/ppp/common/
H A Dzlib.c346 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
879 s->pending_out = s->pending_buf;
959 zmemcpy(strm->next_out, s->pending_out, len);
962 s->pending_out += len;
967 s->pending_out = s->pending_buf;
1176 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/asus-wl-520gu-7.0.1.45/src/router/pppd/common/
H A Dzlib.c346 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
879 s->pending_out = s->pending_buf;
959 zmemcpy(strm->next_out, s->pending_out, len);
962 s->pending_out += len;
967 s->pending_out = s->pending_buf;
1176 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/common/
H A Dzlib.c346 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
879 s->pending_out = s->pending_buf;
959 zmemcpy(strm->next_out, s->pending_out, len);
962 s->pending_out += len;
967 s->pending_out = s->pending_buf;
1176 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
678 s->pending_out = s->pending_buf;
718 zmemcpy(strm->next_out, state->pending_out, len);
721 state->pending_out += len;
726 state->pending_out = state->pending_buf;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
678 s->pending_out = s->pending_buf;
718 zmemcpy(strm->next_out, state->pending_out, len);
721 state->pending_out += len;
726 state->pending_out = state->pending_buf;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dzlib.c220 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
678 s->pending_out = s->pending_buf;
718 zmemcpy(strm->next_out, state->pending_out, len);
721 state->pending_out += len;
726 state->pending_out = state->pending_buf;

Completed in 334 milliseconds