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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/zlib_deflate/
H A Ddefutil.h76 Byte *pending_out; /* next pending byte to output to the stream */ member in struct:deflate_state
H A Ddeflate.c254 s->pending_out = s->pending_buf;
302 memcpy(strm->next_out, s->pending_out, len);
305 s->pending_out += len;
310 s->pending_out = s->pending_buf;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c408 s->pending_out = s->pending_buf;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
653 zmemcpy(strm->next_out, s->pending_out, len);
655 s->pending_out += len;
660 s->pending_out = s->pending_buf;
1057 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/zlib/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
937 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
937 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/
H A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c373 s->pending_out = s->pending_buf;
540 zmemcpy(strm->next_out, strm->state->pending_out, len);
542 strm->state->pending_out += len;
547 strm->state->pending_out = strm->state->pending_buf;
937 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/
H A Ddeflate.h102 Bytef *pending_out; /* next pending byte to output to the stream */ member in struct:internal_state
H A Ddeflate.c408 s->pending_out = s->pending_buf;
474 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
651 zmemcpy(strm->next_out, s->pending_out, len);
653 s->pending_out += len;
658 s->pending_out = s->pending_buf;
1055 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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);
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/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;
/netgear-R7000-V1.0.7.12_1.2.5/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;

Completed in 241 milliseconds