Searched refs:next_in (Results 1 – 14 of 14) sorted by relevance
| /xnu-8792.61.2/osfmk/kdp/output_stages/ |
| H A D | out_zlib.c | 111 if (strm->next_in != (Bytef *) strm) { in zlib_zinput() 112 memcpy(buf, strm->next_in, len); in zlib_zinput() 119 strm->next_in += len; in zlib_zinput() 146 zs->next_in = data ? data : (Bytef *) zs /* zero marker */; in zlib_stream_output_chunk() 181 data->zs.next_in = NULL; in zlib_stage_reset()
|
| /xnu-8792.61.2/libkern/zlib/ |
| H A D | infback.c | 150 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 D | uncompr.c | 63 stream.next_in = (Bytef*)source; in uncompress()
|
| H A D | inffast.c | 109 in = strm->next_in; in inflate_fast() 304 strm->next_in = in; in inflate_fast()
|
| H A D | compress.c | 60 stream.next_in = (Bytef*)source; in compress2()
|
| H A D | inflate.c | 431 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 D | deflate.c | 594 (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-8792.61.2/libkdd/ |
| H A D | kdd_main.m | 69 stream.next_in = (void*) data.bytes;
|
| /xnu-8792.61.2/libkern/libkern/ |
| H A D | zlib.h | 110 Bytef *next_in;/* next input byte */ member
|
| /xnu-8792.61.2/osfmk/kern/ |
| H A D | kern_cdata.c | 493 cd->kcd_cd_zs.next_in = NULL; in kcdata_init_compress_state() 609 zs->next_in = inbuffer; in kcdata_do_compress_zlib()
|
| /xnu-8792.61.2/iokit/Tests/ |
| H A D | Tests.cpp | 775 strm.next_in = (Bytef *) &reproData[0]; in TestZLib()
|
| /xnu-8792.61.2/iokit/Kernel/ |
| H A D | IOPMrootDomain.cpp | 12086 if (strm->next_in != (Bytef *) strm) { in swd_zinput() 12087 memcpy(buf, strm->next_in, len); in swd_zinput() 12095 strm->next_in += len; in swd_zinput() 12159 swd_zs.next_in = NULL; in swd_compress() 12171 zs->next_in = (unsigned char *)inPtr ? (Bytef *)inPtr : (Bytef *)zs; /* zero marker? */ in swd_compress()
|
| /xnu-8792.61.2/tests/ |
| H A D | stackshot_tests.m | 2488 zs.next_in = (unsigned char *)bufferBase;
|
| /xnu-8792.61.2/libkern/c++/ |
| H A D | OSKext.cpp | 3693 zstream.next_in = (UInt8 *)data; in extractMkext2FileData()
|