HomeSort by: relevance | last modified time | path
    Searched refs:bz_stream (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
netpgpv-bzlib.h 68 bz_stream; typedef in typeref:struct:__anon1082
103 bz_stream* strm,
110 bz_stream* strm,
115 bz_stream* strm
119 bz_stream *strm,
125 bz_stream* strm
129 bz_stream *strm
bzlib_private.h 204 /* pointer back to the struct bz_stream */
205 bz_stream* strm;
355 /* pointer back to the struct bz_stream */
356 bz_stream* strm;
bzlib.c 253 ( bz_stream* strm,
568 int BZ_API(netpgpv_BZ2_bzDecompress) ( bz_stream *strm )
622 int BZ_API(netpgpv_BZ2_bzDecompressEnd) ( bz_stream *strm )
658 bz_stream strm;
844 bz_stream strm;
1199 bz_stream* strm = s->strm;
  /src/external/bsd/bzip2/dist/
bzlib.h 68 bz_stream; typedef in typeref:struct:__anon6528
103 bz_stream* strm,
110 bz_stream* strm,
115 bz_stream* strm
119 bz_stream *strm,
125 bz_stream* strm
129 bz_stream *strm
bzlib.c 151 ( bz_stream* strm,
363 Bool handle_compress ( bz_stream* strm )
409 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action )
470 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm )
495 ( bz_stream* strm,
810 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm )
864 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm )
900 bz_stream strm;
1258 bz_stream strm;
1309 bz_stream strm
    [all...]
bzlib_private.h 200 /* pointer back to the struct bz_stream */
201 bz_stream* strm;
351 /* pointer back to the struct bz_stream */
352 bz_stream* strm;
decompress.c 113 bz_stream* strm = s->strm;
  /src/usr.bin/gzip/
unbzip2.c 39 bz_stream bzs;
  /src/external/bsd/libarchive/dist/libarchive/
archive_read_support_filter_bzip2.c 51 bz_stream stream;
archive_write_add_filter_bzip2.c 59 bz_stream stream;
archive_write_set_format_7zip.c 1946 bz_stream *strm;
1985 bz_stream *strm;
1988 strm = (bz_stream *)lastrm->real_stream;
2031 bz_stream *strm;
2034 strm = (bz_stream *)lastrm->real_stream;
archive_write_set_format_xar.c 2781 bz_stream *strm;
2820 bz_stream *strm;
2823 strm = (bz_stream *)lastrm->real_stream;
2866 bz_stream *strm;
2869 strm = (bz_stream *)lastrm->real_stream;
archive_write_set_format_zip.c 208 bz_stream bzip2;
1349 memset(&zip->stream.bzip2, 0, sizeof(bz_stream));
archive_read_support_format_zip.c 199 bz_stream bzstream;
2260 memset(&zip->bzstream, 0, sizeof(bz_stream));
  /src/crypto/external/bsd/netpgp/dist/src/lib/
compress.c 98 bz_stream bzstream; /* BZIP2 */
  /src/external/bsd/file/dist/src/
compress.c 657 bz_stream bz;
  /src/common/dist/zlib/contrib/minizip/
unzip.c 135 bz_stream bstream; /* bzLib stream structure for bziped */
zip.c 130 bz_stream bstream; /* bzLib stream structure for bziped */
  /src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/
acinclude.m4.in 5120 [ bz_stream s; (void) bzDecompress(&s); ],
5159 [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
unzip.c 135 bz_stream bstream; /* bzLib stream structure for bziped */
zip.c 130 bz_stream bstream; /* bzLib stream structure for bziped */
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
unzip.c 140 bz_stream bstream; /* bzLib stream structure for bziped */
  /src/crypto/external/bsd/netpgp/dist/src/libverify/
libverify.c 880 bz_stream bz;

Completed in 93 milliseconds

1 2