Searched refs:next_in (Results 51 - 75 of 112) sorted by relevance

12345

/macosx-10.10.1/zlib-55/zlib/
H A Dinffast.c77 unsigned char FAR *in; /* local strm->next_in */
104 in = strm->next_in - OFF;
321 strm->next_in = in + OFF;
H A Dinfback.c123 next = strm->next_in; \
134 strm->next_in = next; \
234 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
273 next = strm->next_in;
618 strm->next_in = next;
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
442 next = strm->next_in; \
453 strm->next_in = next; \
613 (strm->next_in == Z_NULL && strm->avail_in != 0))
1374 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1376 strm->next_in += len;
/macosx-10.10.1/bzip2-36/bzip2/
H A Dbzlib.c310 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
311 s->strm->next_in++;
328 ADD_CHAR_TO_BLOCK ( s, (UInt32)(*((UChar*)(s->strm->next_in))) );
329 s->strm->next_in++;
1015 bzf->strm.next_in = buf;
1165 bzf->strm.next_in = bzf->buf;
1226 bzf->strm.next_in = bzf->buf;
1267 *unused = bzf->strm.next_in;
1304 strm.next_in = source;
1352 strm.next_in
[all...]
H A Dbzlib.h50 char *next_in; member in struct:__anon6751
/macosx-10.10.1/curl-83.1.2/curl/src/
H A Dmkhelp.pl195 z.next_in = (unsigned char *)hugehelpgz + headerlen;
/macosx-10.10.1/sudo-73/src/zlib/
H A Dinfback.c132 next = strm->next_in; \
143 strm->next_in = next; \
243 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
282 next = strm->next_in;
626 strm->next_in = next;
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
462 next = strm->next_in; \
473 strm->next_in = next; \
633 (strm->next_in == Z_NULL && strm->avail_in != 0))
1395 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1397 strm->next_in += len;
H A Ddeflate.c209 /* To do: ignore strm->next_in if we use it as window */
360 next = strm->next_in;
362 strm->next_in = (Bytef *)dictionary;
385 strm->next_in = next;
677 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
1071 * allocating a large strm->next_in buffer and copying from it.
1086 zmemcpy(buf, strm->next_in, len);
1095 strm->next_in += len;
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Dinfback.c152 next = strm->next_in; \
163 strm->next_in = next; \
263 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
302 next = strm->next_in;
638 strm->next_in = next;
H A Dinflate.c105 * - Check next_in and next_out for Z_NULL on entry to inflate()
436 next = strm->next_in; \
447 strm->next_in = next; \
607 (strm->next_in == Z_NULL && strm->avail_in != 0))
1320 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1322 strm->next_in += len;
/macosx-10.10.1/apache-793/httpd/modules/filters/
H A Dmod_deflate.c847 ctx->stream.next_in = (unsigned char *)data; /* We just lost const-ness,
1065 ctx->stream.next_in = (unsigned char *)data;
1119 compCRC = getLong(ctx->stream.next_in);
1126 ctx->stream.next_in += 4;
1127 compLen = getLong(ctx->stream.next_in);
1441 ctx->stream.next_in = (unsigned char *)data;
1452 ctx->stream.next_in, copy_size);
1510 memcpy(ctx->validation_buffer, ctx->stream.next_in,
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_xz.c269 state->stream.next_in = buff;
307 state->stream.next_in = a->nulls;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_zip.c124 sp->stream.next_in = tif->tif_rawdata;
220 sp->stream.next_in = bp;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/tiff/
H A DtiffZip.c113 sp->stream.next_in = tif->tif_rawdata;
205 sp->stream.next_in = bp;
/macosx-10.10.1/xar-254/xar/lib/
H A Dlzmaxar.c139 LZMA_CONTEXT(context)->lzma.next_in = *in;
289 LZMA_CONTEXT(context)->lzma.next_in = *in;
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c506 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
507 uInt avail_in; /* number of bytes available at next_in */
2069 unsigned char FAR *in; /* local strm->next_in */
2096 in = strm->next_in - OFF;
2291 strm->next_in = in + OFF;
2626 next = strm->next_in; \
2637 strm->next_in = next; \
2797 (strm->next_in == Z_NULL && strm->avail_in != 0))
3512 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
3514 strm->next_in
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dunzip.c201 Read a byte from a gz_stream; update next_in and avail_in. Return EOF
1561 pfile_in_zip_read_info->stream.next_in = (voidpf)0;
1581 pfile_in_zip_read_info->stream.next_in = 0;
1759 pfile_in_zip_read_info->stream.next_in =
1780 *(pfile_in_zip_read_info->stream.next_in+i);
1791 pfile_in_zip_read_info->stream.next_in += uDoCopy;
1802 pfile_in_zip_read_info->bstream.next_in = (char*)pfile_in_zip_read_info->stream.next_in;
1825 pfile_in_zip_read_info->stream.next_in = (Bytef*)pfile_in_zip_read_info->bstream.next_in;
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/infback9/
H A Dinfback9.c210 Z_BUF_ERROR. strm->next_in can be checked for Z_NULL to see whether it
265 next = strm->next_in;
603 strm->next_in = next;
/macosx-10.10.1/zlib-55/zlib/contrib/inflate86/
H A Dinffas86.c81 /* 16 8 */ unsigned char FAR *in; /* esi rsi local strm->next_in */
110 ar.in = strm->next_in;
1145 strm->next_in = ar.in;
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h69 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
70 uInt avail_in; /* number of bytes available at next_in */
92 The application must update next_in and avail_in when avail_in has
211 - Compress more input starting at next_in and update next_in and avail_in
213 enough room in the output buffer), next_in and avail_in are updated and
274 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
297 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
298 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
309 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/macosx-10.10.1/zlib-55/zlib/contrib/pascal/
H A Dzlibpas.pas28 next_in: PChar; (* next input byte *)
29 avail_in: Integer; (* number of bytes available at next_in *)
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dinflate.c78 * - Check next_in and next_out for Z_NULL on entry to inflate()
407 next = strm->next_in; \
418 strm->next_in = next; \
578 (strm->next_in == Z_NULL && strm->avail_in != 0))
1291 len = syncsearch(&(state->have), strm->next_in, strm->avail_in);
1293 strm->next_in += len;
/macosx-10.10.1/cups-408/cups/cups/
H A Dhttp.c1780 http->stream.next_in > http->sbuffer)
1781 memmove(http->sbuffer, http->stream.next_in, http->stream.avail_in);
1783 http->stream.next_in = http->sbuffer;
2042 http->stream.next_in > http->sbuffer)
2043 memmove(http->sbuffer, http->stream.next_in, http->stream.avail_in);
2045 http->stream.next_in = http->sbuffer;
3337 http->stream.next_in = (Bytef *)buffer;
3708 http->stream.next_in = dummy;
3877 http->stream.next_in = http->sbuffer;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_transform/lib/
H A DEncodeDecodeTransforms.c364 zs.next_in = (UInt8 *)(CFDataGetBytePtr(d)); // we know that zlib will not 'futz' with the data
367 zs.next_in = NULL;
881 zs.next_in = (UInt8 *)CFDataGetBytePtr(d); // We know that xLib will not 'Futz' with the data
884 zs.next_in = NULL;

Completed in 524 milliseconds

12345