Home
last modified time | relevance | path

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

/AliOS-Things-master/components/py_engine/external/unzip/internal/
A Ddeflate.h99 Bytef *pending_out; /* next pending byte to output to the stream */ member
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A Ddeflate.h105 Bytef *pending_out; /* next pending byte to output to the stream */ member
A Ddeflate.c482 s->pending_out = s->pending_buf;
552 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
741 zmemcpy(strm->next_out, s->pending_out, len);
743 s->pending_out += len;
748 s->pending_out = s->pending_buf;
1145 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);
/AliOS-Things-master/components/py_engine/external/unzip/src/
A Ddeflate.c369 s->pending_out = s->pending_buf;
570 zmemcpy(strm->next_out, strm->state->pending_out, len);
572 strm->state->pending_out += len;
577 strm->state->pending_out = strm->state->pending_buf;
973 ds->pending_out = ds->pending_buf + (ss->pending_out - ss->pending_buf);

Completed in 11 milliseconds