Home
last modified time | relevance | path

Searched refs:BZ2_bzDecompress (Results 1 – 11 of 11) sorted by relevance

/third_party/python/Modules/
D_bz2module.c69 #define BZ2_bzDecompress bzDecompress macro
459 bzret = BZ2_bzDecompress(bzs); in decompress_buf()
/third_party/gstreamer/gstplugins_bad/ext/bz2/
Dgstbz2dec.c135 r = BZ2_bzDecompress (&b->stream); in gst_bz2dec_chain()
/third_party/skia/third_party/externals/freetype/src/bzip2/
Dftbzip2.c303 err = BZ2_bzDecompress( bzstream ); in ft_bzip2_file_fill_output()
/third_party/elfutils/libdwfl/
Dgzip.c65 # define do_inflate(z) BZ2_bzDecompress (z)
/third_party/rust/crates/bindgen/book/src/
Dtutorial-5.md87 let result = BZ2_bzDecompress(&mut stream as *mut _);
/third_party/skia/third_party/externals/freetype/builds/unix/
Dconfigure.raw355 [BZ2_bzDecompress],
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
Dunzip.c1806 err=BZ2_bzDecompress(&pfile_in_zip_read_info->bstream); in unzReadCurrentFile()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
Dunzip.c1806 err=BZ2_bzDecompress(&pfile_in_zip_read_info->bstream); in unzReadCurrentFile()
/third_party/zlib/contrib/minizip/
Dunzip.c2134 err=BZ2_bzDecompress(&pfile_in_zip_read_info->bstream); in unzReadCurrentFile()
/third_party/gstreamer/gstplugins_good/gst/matroska/
Dmatroska-read-common.c176 result = BZ2_bzDecompress (&bzstream); in gst_matroska_decompress_data()
/third_party/ffmpeg/libavformat/
Dmatroskadec.c1743 result = BZ2_bzDecompress(&bzstream); in matroska_decode_buffer()