Home
last modified time | relevance | path

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

/xnu-11417.121.6/osfmk/kdp/output_stages/ !
H A Dout_zlib.c112 if (strm->next_in != (Bytef *) strm) { in zlib_zinput()
113 memcpy(buf, strm->next_in, len); in zlib_zinput()
120 strm->next_in += len; in zlib_zinput()
147 zs->next_in = data ? data : (Bytef *) zs /* zero marker */; in zlib_stream_output_chunk()
182 data->zs.next_in = NULL; in zlib_stage_reset()
/xnu-11417.121.6/libkern/zlib/ !
H A Dinfback.c150 next = strm->next_in; \
161 strm->next_in = next; \
297 next = strm->next_in; in inflateBack()
634 strm->next_in = next; in inflateBack()
H A Duncompr.c63 stream.next_in = (Bytef*)source; in uncompress()
H A Dinffast.c109 in = strm->next_in; in inflate_fast()
304 strm->next_in = in; in inflate_fast()
H A Dcompress.c60 stream.next_in = (Bytef*)source; in compress2()
H A Dinflate.c431 next = strm->next_in; \
442 strm->next_in = next; \
601 (strm->next_in == Z_NULL && strm->avail_in != 0)) in inflate()
1331 len = syncsearch(&(state->have), strm->next_in, strm->avail_in); in inflateSync()
1333 strm->next_in += len; in inflateSync()
H A Ddeflate.c594 (strm->next_in == Z_NULL && strm->avail_in != 0) || in deflate()
994 strm->adler = adler32(strm->adler, strm->next_in, len); in read_buf()
998 strm->adler = z_crc32(strm->adler, strm->next_in, len); in read_buf()
1001 zmemcpy(buf, strm->next_in, len); in read_buf()
1002 strm->next_in += len; in read_buf()
/xnu-11417.121.6/libkdd/ !
H A Dkdd_main.m69 stream.next_in = (void*) data.bytes;
/xnu-11417.121.6/libkern/libkern/ !
H A Dzlib.h110 Bytef *next_in;/* next input byte */ member
/xnu-11417.121.6/osfmk/kern/ !
H A Dkern_cdata.c502 cd->kcd_cd_zs.next_in = NULL; in kcdata_init_compress_state()
618 zs->next_in = inbuffer; in kcdata_do_compress_zlib()
/xnu-11417.121.6/iokit/Tests/ !
H A DTests.cpp777 strm.next_in = (Bytef *) &reproData[0]; in TestZLib()
/xnu-11417.121.6/iokit/Kernel/ !
H A DIOPMrootDomain.cpp12375 if (strm->next_in != (Bytef *) strm) {
12376 memcpy(buf, strm->next_in, len);
12384 strm->next_in += len;
12448 swd_zs.next_in = NULL;
12460 zs->next_in = (unsigned char *)inPtr ? (Bytef *)inPtr : (Bytef *)zs; /* zero marker? */
/xnu-11417.121.6/tests/ !
H A Dstackshot_tests.m3048 zs.next_in = (unsigned char *)bufferBase;
/xnu-11417.121.6/libkern/c++/ !
H A DOSKext.cpp3878 zstream.next_in = (UInt8 *)data; in extractMkext2FileData()