Searched refs:bz_stream (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | netpgpv-bzlib.h | 68 bz_stream; typedef 103 bz_stream* strm, 110 bz_stream* strm, 115 bz_stream* strm 119 bz_stream *strm, 125 bz_stream* strm 129 bz_stream *strm
|
H A D | bzlib_private.h | 205 bz_stream* strm; 356 bz_stream* strm;
|
H A D | bzlib.c | 253 ( bz_stream* strm, in BZ_API() 568 int BZ_API(netpgpv_BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() 622 int BZ_API(netpgpv_BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() 658 bz_stream strm; 844 bz_stream strm; in BZ_API() 1199 bz_stream* strm = s->strm; in netpgpv_BZ2_decompress()
|
H A D | libverify.c | 1273 bz_stream bz; in read_compressed()
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | bzlib.h | 68 bz_stream; typedef 103 bz_stream* strm, 110 bz_stream* strm, 115 bz_stream* strm 119 bz_stream *strm, 125 bz_stream* strm 129 bz_stream *strm
|
H A D | bzlib.c | 151 ( bz_stream* strm, in BZ_API() 363 Bool handle_compress ( bz_stream* strm ) in handle_compress() 409 int BZ_API(BZ2_bzCompress) ( bz_stream *strm, int action ) in BZ_API() 470 int BZ_API(BZ2_bzCompressEnd) ( bz_stream *strm ) in BZ_API() 495 ( bz_stream* strm, in BZ_API() 810 int BZ_API(BZ2_bzDecompress) ( bz_stream *strm ) in BZ_API() 864 int BZ_API(BZ2_bzDecompressEnd) ( bz_stream *strm ) in BZ_API() 900 bz_stream strm; 1258 bz_stream strm; in BZ_API() 1309 bz_stream strm; in BZ_API()
|
H A D | bzlib_private.h | 201 bz_stream* strm; 352 bz_stream* strm;
|
H A D | decompress.c | 113 bz_stream* strm = s->strm; in BZ2_decompress()
|
/netbsd-src/usr.bin/gzip/ |
H A D | unbzip2.c | 39 bz_stream bzs; in unbzip2()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/lib/ |
H A D | compress.c | 98 bz_stream bzstream; /* BZIP2 */
|
/netbsd-src/external/bsd/file/dist/src/ |
H A D | compress.c | 657 bz_stream bz; in uncompressbzlib()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
H A D | unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */
|
H A D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
H A D | unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */
|
H A D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
H A D | unzip.c | 140 bz_stream bstream; /* bzLib stream structure for bziped */
|
H A D | zip.c | 134 bz_stream bstream; /* bzLib stream structure for bziped */
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libverify/ |
H A D | libverify.c | 880 bz_stream bz; in read_compressed()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/examples/hello-c++-kde/admin/ |
H A D | acinclude.m4.in | 5120 [ bz_stream s; (void) bzDecompress(&s); ], 5159 [ bz_stream s; (void) BZ2_bzDecompress(&s); ],
|