Home
last modified time | relevance | path

Searched refs:next_out (Results 1 – 23 of 23) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dgzio.c115 s->stream.next_out = s->outbuf = Z_NULL;
159 s->stream.next_out = s->outbuf = (Byte*)ALLOC(Z_BUFSIZE);
246 s->stream.next_out = s->outbuf;
401 Byte *next_out; /* == stream.next_out but not forced far (for MSDOS) */ local
408 next_out = (Byte*)buf;
409 s->stream.next_out = (Bytef*)buf;
413 *next_out++ = s->back;
414 s->stream.next_out++;
432 zmemcpy(s->stream.next_out, s->stream.next_in, n);
433 next_out += n;
[all …]
Dexample.c185 c_stream.next_out = compr;
222 d_stream.next_out = uncompr;
262 c_stream.next_out = compr;
323 d_stream.next_out = uncompr; /* discard the output */
360 c_stream.next_out = compr;
401 d_stream.next_out = uncompr;
445 c_stream.next_out = compr;
482 d_stream.next_out = uncompr;
Duncompr.c40 stream.next_out = dest;
Dcompress.c38 stream.next_out = dest;
Dinffast.c101 out = strm->next_out - OFF;
295 strm->next_out = out + OFF;
Dinflate.c350 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
357 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
360 zmemcpy(state->window, strm->next_out - copy, copy);
405 put = strm->next_out; \
416 strm->next_out = put; \
577 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1147 UPDATE(state->check, strm->next_out - out, out);
Dinfback.c121 put = strm->next_out; \
132 strm->next_out = put; \
Dzlib.h87 Bytef *next_out; /* next output byte should be put there */ member
Ddeflate.c540 zmemcpy(strm->next_out, strm->state->pending_out, len);
541 strm->next_out += len;
565 if (strm->next_out == Z_NULL ||
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dexample.c216 c_stream.next_out = compr;
253 d_stream.next_out = uncompr;
293 c_stream.next_out = compr;
354 d_stream.next_out = uncompr; /* discard the output */
391 c_stream.next_out = compr;
432 d_stream.next_out = uncompr;
476 c_stream.next_out = compr;
513 d_stream.next_out = uncompr;
Dgzwrite.c58 strm->next_out = state->out;
59 state->x.next = strm->next_out;
100 have = (unsigned)(strm->next_out - state->x.next);
108 strm->next_out = state->out;
110 state->x.next = strm->next_out;
Duncompr.c38 stream.next_out = dest;
Dcompress.c38 stream.next_out = dest;
Dinffast.c101 out = strm->next_out - OFF;
317 strm->next_out = out + OFF;
Dgzread.c210 state->x.next = strm->next_out - state->x.have;
247 strm->next_out = state->out;
363 strm->next_out = (unsigned char *)buf;
Dminigzip.c250 strm->next_out = out;
275 strm->next_out = (void *)buf;
310 strm->next_out = out;
Dinflate.c461 put = strm->next_out; \
472 strm->next_out = put; \
628 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1234 if (updatewindow(strm, strm->next_out, out - strm->avail_out)) {
1245 UPDATE(state->check, strm->next_out - out, out);
Dinfback.c130 put = strm->next_out; \
141 strm->next_out = put; \
Dzlib.h90 Bytef *next_out; /* next output byte should be put there */ member
Ddeflate.c653 zmemcpy(strm->next_out, s->pending_out, len);
654 strm->next_out += len;
678 if (strm->next_out == Z_NULL ||
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c163 zst.next_out = (Byte *)output; in PyZlib_compress()
239 zst.next_out = (Byte *)PyString_AS_STRING(result_str); in PyZlib_decompress()
282 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \ in PyZlib_decompress()
432 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_objcompress()
443 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_objcompress()
554 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_objdecompress()
578 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_objdecompress()
648 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_flush()
659 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_flush()
836 self->zst.next_out = (Byte *)PyString_AS_STRING(retval); in PyZlib_unflush()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c157 zst.next_out = (Byte *)output; in PyZlib_compress()
233 zst.next_out = (Byte *)PyString_AS_STRING(result_str); in PyZlib_decompress()
276 zst.next_out = (unsigned char *)PyString_AS_STRING(result_str) \ in PyZlib_decompress()
426 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_objcompress()
437 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_objcompress()
505 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_objdecompress()
529 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_objdecompress()
622 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal); in PyZlib_flush()
633 self->zst.next_out = (unsigned char *)PyString_AS_STRING(RetVal) \ in PyZlib_flush()
808 self->zst.next_out = (Byte *)PyString_AS_STRING(retval); in PyZlib_unflush()
[all …]
Dbz2module.c1653 bzs->next_out = BUF(ret); in BZ2Comp_compress()
1674 bzs->next_out = BUF(ret) + (BZS_TOTAL_OUT(bzs) in BZ2Comp_compress()
1676 bzs->avail_out = bufsize - (bzs->next_out - BUF(ret)); in BZ2Comp_compress()
1721 bzs->next_out = BUF(ret); in BZ2Comp_flush()
1740 bzs->next_out = BUF(ret); in BZ2Comp_flush()
1741 bzs->next_out = BUF(ret) + (BZS_TOTAL_OUT(bzs) in BZ2Comp_flush()
1743 bzs->avail_out = bufsize - (bzs->next_out - BUF(ret)); in BZ2Comp_flush()
1939 bzs->next_out = BUF(ret); in BZ2Decomp_decompress()
1970 bzs->next_out = BUF(ret); in BZ2Decomp_decompress()
1971 bzs->next_out = BUF(ret) + (BZS_TOTAL_OUT(bzs) in BZ2Decomp_decompress()
[all …]