Home
last modified time | relevance | path

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

/xnu-8792.61.2/libkdd/ !
H A Dkdd_main.m71 stream.next_out = buffer;
80 stream.next_out = buffer;
/xnu-8792.61.2/libkern/zlib/ !
H A Duncompr.c68 stream.next_out = dest; in uncompress()
H A Dinffast.c111 out = strm->next_out; in inflate_fast()
305 strm->next_out = out; in inflate_fast()
H A Dcompress.c66 stream.next_out = dest; in compress2()
H A Dinflate.c374 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 Dinfback.c148 put = strm->next_out; \
159 strm->next_out = put; \
H A Ddeflate.c567 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 Dout_zlib.c151 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 Dzlib.h114 Bytef *next_out;/* next output byte should be put there */ member
/xnu-8792.61.2/osfmk/kern/ !
H A Dkern_cdata.c495 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 DTests.cpp774 strm.next_out = buf; in TestZLib()
/xnu-8792.61.2/iokit/Kernel/ !
H A DIOPMrootDomain.cpp12161 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 Dstackshot_tests.m2491 zs.next_out = (unsigned char *)inflatedBufferBase;
/xnu-8792.61.2/libkern/c++/ !
H A DOSKext.cpp3696 zstream.next_out = uncompressedDataBuffer; in extractMkext2FileData()