Home
last modified time | relevance | path

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

/xnu-8020.101.4/libkdd/
H A Dkdd_main.m71 stream.next_out = buffer;
80 stream.next_out = buffer;
/xnu-8020.101.4/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-8020.101.4/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-8020.101.4/libkern/libkern/
H A Dzlib.h114 Bytef *next_out;/* next output byte should be put there */ member
/xnu-8020.101.4/osfmk/kern/
H A Dkern_cdata.c300 cd->kcd_cd_zs.next_out = NULL; in kcdata_init_compress_state()
412 zs->next_out = outbuffer; in kcdata_do_compress_zlib()
/xnu-8020.101.4/libkdd/tests/
H A DTests.swift61 …var stream = z_stream(next_in: nil, avail_in: 0, total_in: 0, next_out: nil, avail_out: 0, total_o… in decompress()
67 stream.next_out = buffer in decompress()
78 stream.next_out = buffer in decompress()
/xnu-8020.101.4/iokit/Kernel/
H A DIOPMrootDomain.cpp12099 swd_zs.next_out = NULL; in swd_compress()
12113 zs->next_out = (Bytef *)zs; in swd_compress()
12133 zs->next_out = (Bytef *)zs; in swd_compress()
/xnu-8020.101.4/tests/
H A Dstackshot_tests.m2309 zs.next_out = (unsigned char *)inflatedBufferBase;
/xnu-8020.101.4/libkern/c++/
H A DOSKext.cpp3475 zstream.next_out = uncompressedDataBuffer; in extractMkext2FileData()