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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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;

Completed in 107 milliseconds