Searched refs:next_in (Results 76 - 100 of 112) sorted by relevance

12345

/macosx-10.10.1/file-46/file/src/
H A Dcompress.c339 z.next_in = (Bytef *)strchr((const char *)old + data_start,
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_write_set_compression_bzip2.c75 (st)->stream.next_in = (char *)(uintptr_t)(const void *)(src)
H A Darchive_write_set_compression_gzip.c77 (st)->stream.next_in = (Bytef *)(uintptr_t)(const void *)(src)
H A Darchive_read_support_format_xar.c1482 xar->stream.next_in = (Bytef *)(uintptr_t)b;
1501 xar->bzstream.next_in = (char *)(uintptr_t)b;
1534 xar->lzstream.next_in = b;
1559 xar->lzstream.next_in = (unsigned char *)(uintptr_t)b;
H A Darchive_read_support_format_zip.c697 * A bug in zlib.h: stream.next_in should be marked 'const'
699 * next_in pointer, only reads it). The result: this ugly
702 zip->stream.next_in = (Bytef *)(uintptr_t)(const void *)compressed_buff;
H A Darchive_write_set_format_zip.c418 zip->stream.next_in = (unsigned char*)(uintptr_t)buff;
/macosx-10.10.1/rsync-45/rsync/zlib/
H A Dzlib.h83 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
84 uInt avail_in; /* number of bytes available at next_in */
129 The application must update next_in and avail_in when avail_in has
253 - Compress more input starting at next_in and update next_in and avail_in
255 enough room in the output buffer), next_in and avail_in are updated and
322 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
347 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
348 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
359 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
H A Ddeflate.c214 /* To do: ignore strm->next_in if we use it as window */
568 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
955 * allocating a large strm->next_in buffer and copying from it.
971 strm->adler = adler32(strm->adler, strm->next_in, len);
975 strm->adler = crc32(strm->adler, strm->next_in, len);
978 zmemcpy(buf, strm->next_in, len);
979 strm->next_in += len;
/macosx-10.10.1/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h110 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
111 uInt avail_in; /* number of bytes available at next_in */
156 The application must update next_in and avail_in when avail_in has
281 - Compress more input starting at next_in and update next_in and avail_in
283 enough room in the output buffer), next_in and avail_in are updated and
350 if next_in or next_out was NULL), Z_BUF_ERROR if no progress is possible
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
376 the caller. If next_in is not Z_NULL and avail_in is large enough (the exact
387 the zlib header if present: this will be done by inflate(). (So next_in an
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c607 /* To do: ignore strm->next_in if we use it as window */
761 if (strm->next_in == Z_NULL && strm->avail_in != 0) {
912 state->adler = adler32(state->adler, strm->next_in, len);
914 zmemcpy(buf, strm->next_in, len);
915 strm->next_in += len;
2878 #define NEXTBYTE (z->avail_in--,z->total_in++,*z->next_in++)
2887 if (z == Z_NULL || z->next_in == Z_NULL)
2989 * This subroutine adds the data at next_in/avail_in to the output history
3024 p = z->next_in;
3040 z->total_in += p - z->next_in;
[all...]
/macosx-10.10.1/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.c239 /* To do: ignore strm->next_in if we use it as window */
595 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
982 * allocating a large strm->next_in buffer and copying from it.
998 strm->adler = adler32(strm->adler, strm->next_in, len);
1002 strm->adler = z_crc32(strm->adler, strm->next_in, len);
1005 zmemcpy(buf, strm->next_in, len);
1006 strm->next_in += len;
/macosx-10.10.1/zlib-55/zlib/
H A Ddeflate.c206 /* To do: ignore strm->next_in if we use it as window */
596 (strm->next_in == Z_NULL && strm->avail_in != 0) ||
989 * allocating a large strm->next_in buffer and copying from it.
1005 strm->adler = adler32(strm->adler, strm->next_in, len);
1009 strm->adler = crc32(strm->adler, strm->next_in, len);
1012 zmemcpy(buf, strm->next_in, len);
1013 strm->next_in += len;
H A Dzlib.h91 Bytef *next_in; /* next input byte */ member in struct:z_stream_s
92 uInt avail_in; /* number of bytes available at next_in */
137 The application must update next_in and avail_in when avail_in has dropped
261 - Compress more input starting at next_in and update next_in and avail_in
263 enough room in the output buffer), next_in and avail_in are updated and
350 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
375 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
376 the caller. If next_in is not Z_NULL and avail_in is large enough (the
389 will be done by inflate(). (So next_in an
[all...]
/macosx-10.10.1/cups-408/cups/cups/
H A Dfile.c2113 fp->stream.next_in = (Bytef *)buf;
2326 fp->stream.next_in = (Bytef *)fp->cbuf;
2356 fp->stream.next_in = fp->cbuf;
/macosx-10.10.1/dtrace-147/tools/ctfconvert/
H A Dctf.c565 rb->rb_zstr.next_in = (Bytef *)buf;
1307 zstr.next_in = (Bytef *)cbuf;
1320 zstr.total_in, zstr.total_out, (caddr_t)zstr.next_in - cbuf);
/macosx-10.10.1/sudo-73/src/zlib/
H A Dzlib.h86 z_const Bytef *next_in; /* next input byte */ member in struct:z_stream_s
87 uInt avail_in; /* number of bytes available at next_in */
132 The application must update next_in and avail_in when avail_in has dropped
256 - Compress more input starting at next_in and update next_in and avail_in
258 enough room in the output buffer), next_in and avail_in are updated and
346 if next_in or next_out was Z_NULL), Z_BUF_ERROR if no progress is possible
371 next_in, avail_in, zalloc, zfree and opaque must be initialized before by
372 the caller. If next_in is not Z_NULL and avail_in is large enough (the
385 will be done by inflate(). (So next_in an
[all...]
/macosx-10.10.1/bzip2-36/bzip2/
H A Ddecompress.c58 (*((UChar*)(s->strm->next_in)))); \
60 s->strm->next_in++; \
/macosx-10.10.1/ruby-106/ruby/ext/zlib/
H A Dzlib.c609 z->stream.next_in = Z_NULL;
1040 z->stream.next_in = (Bytef*)"";
1045 z->stream.next_in = (Bytef*)RSTRING_PTR(z->input);
1048 after zstream_reset_input() and prevent `z->stream.next_in'
1070 zstream_append_input(z, z->stream.next_in, z->stream.avail_in);
1087 zstream_append_input(z, z->stream.next_in, z->stream.avail_in);
1102 z->stream.next_in = (Bytef*)RSTRING_PTR(z->input);
1113 /* rest = rb_str_new((char*)z->stream.next_in, z->stream.avail_in); */
1120 z->stream.next_in = src;
1124 zstream_append_input(z, z->stream.next_in,
[all...]
/macosx-10.10.1/xar-254/xar/lib/
H A Darchive.c527 zs.next_in = (void *)rbuf;
565 zs.next_in = NULL;
1424 XAR(x)->zs.next_in = ((unsigned char *)XAR(x)->readbuf) + XAR(x)->offset;
/macosx-10.10.1/zlib-55/zlib/contrib/minizip/
H A Dzip.c1418 zi->ci.bstream.next_in = (void*)buf;
1452 zi->ci.stream.next_in = (Bytef*)buf;
1491 *(((const char*)zi->ci.stream.next_in)+i);
1495 zi->ci.stream.next_in+= copy_this;
/macosx-10.10.1/zlib-55/zlib/examples/
H A Dgzlog.c653 strm.next_in = data;
/macosx-10.10.1/libxml2-26/libxml2/
H A Dnanohttp.c827 ctxt->strm->next_in = Z_NULL;
1289 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dnanohttp.c822 ctxt->strm->next_in = Z_NULL;
1282 ctxt->strm->next_in = BAD_CAST (ctxt->inrptr + bytes_read);
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngpread.c839 png_ptr->zstream.next_in = buffer;
1385 png_ptr->zstream.next_in = (png_bytep )text;
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_pixarlog.c697 sp->stream.next_in = tif->tif_rawdata;
1102 sp->stream.next_in = (unsigned char *) sp->tbuf;

Completed in 331 milliseconds

12345