Searched refs:next_out (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.61.2/libkdd/ |
| H A D | kdd_main.m | 71 stream.next_out = buffer; 80 stream.next_out = buffer;
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | uncompr.c | 68 stream.next_out = dest; in uncompress()
|
| H A D | inffast.c | 111 out = strm->next_out; in inflate_fast() 305 strm->next_out = out; in inflate_fast()
|
| H A D | compress.c | 66 stream.next_out = dest; in compress2()
|
| H A D | inflate.c | 374 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize); in updatewindow() 381 zmemcpy(state->window + state->write, strm->next_out - copy, dist); in updatewindow() 384 zmemcpy(state->window, strm->next_out - copy, copy); in updatewindow() 429 put = strm->next_out; \ 440 strm->next_out = put; \ 600 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL || in inflate() 1192 UPDATE(state->check, strm->next_out - out, out); in inflate()
|
| H A D | infback.c | 148 put = strm->next_out; \ 159 strm->next_out = put; \
|
| H A D | deflate.c | 567 zmemcpy(strm->next_out, strm->state->pending_out, len); in flush_pending() 568 strm->next_out += len; in flush_pending() 593 if (strm->next_out == Z_NULL || in deflate()
|
| /xnu-8792.61.2/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 151 zs->next_out = (Bytef *) zs; in zlib_stream_output_chunk() 183 data->zs.next_out = NULL; in zlib_stage_reset()
|
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zlib.h | 114 Bytef *next_out;/* next output byte should be put there */ member
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | kern_cdata.c | 495 cd->kcd_cd_zs.next_out = NULL; in kcdata_init_compress_state() 607 zs->next_out = outbuffer; in kcdata_do_compress_zlib()
|
| /xnu-8792.61.2/iokit/Tests/ |
| H A D | Tests.cpp | 774 strm.next_out = buf; in TestZLib()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12161 swd_zs.next_out = NULL; in swd_compress() 12175 zs->next_out = (Bytef *)zs; in swd_compress() 12195 zs->next_out = (Bytef *)zs; in swd_compress()
|
| /xnu-8792.61.2/tests/ |
| H A D | stackshot_tests.m | 2491 zs.next_out = (unsigned char *)inflatedBufferBase;
|
| /xnu-8792.61.2/libkern/c++/ |
| H A D | OSKext.cpp | 3696 zstream.next_out = uncompressedDataBuffer; in extractMkext2FileData()
|