Home
last modified time | relevance | path

Searched refs:inflate (Results 1 – 25 of 56) sorted by relevance

123

/OK3568_Linux_fs/u-boot/spl/lib/zlib/
H A Dzlib.su
/OK3568_Linux_fs/u-boot/lib/zlib/
H A Dzlib.su
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/
H A DCVE-2022-37434.patch10 Fix a bug when getting a gzip header extra field with inflate().
13 inflateGetHeader(), and if multiple calls of inflate() delivered
23 inflate.c | 5 +++--
26 diff --git a/inflate.c b/inflate.c
28 --- a/inflate.c
29 +++ b/inflate.c
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/figlet/figlet/
H A D0001-build-add-autotools-support-to-allow-easy-cross-comp.patch82 -OBJS = figlet.o zipio.o crc.o inflate.o utf8.o
87 - crc.h inflate.h zipio.h utf8.h run-tests.sh figmagic
146 -inflate.o: inflate.c inflate.h
147 -zipio.o: zipio.c zipio.h inflate.h crc.h
159 +figlet_SOURCES = figlet.c zipio.c crc.c inflate.c utf8.c
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A D.gitignore9 inflate.c
10 inflate.h
H A DMakefile92 zlib-$(CONFIG_KERNEL_GZIP) := inffast.c inflate.c inftrees.c
93 zlibheader-$(CONFIG_KERNEL_GZIP) := inffast.h inffixed.h inflate.h inftrees.h infutil.h
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/spice/spice/
H A D0001-Fix-compile-errors-on-Linux-32bit-system.patch88 if ((ret = inflate(&strm, Z_NO_FLUSH)) != Z_STREAM_END) {
89 - spice_error("inflate error %d (disc: %" G_GSSIZE_FORMAT ")",
90 + spice_error("inflate error %d (disc: %li)",
/OK3568_Linux_fs/kernel/arch/xtensa/boot/lib/
H A D.gitignore3 inflate.c
H A DMakefile6 zlib := inffast.c inflate.c inftrees.c
/OK3568_Linux_fs/kernel/lib/zlib_inflate/
H A DMakefile19 zlib_inflate-objs := inffast.o inflate.o infutil.o \
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A DMakefile98 CFLAGS_head-inflate-data.o := $(call cc-option,-Wframe-larger-than=10240)
99 obj-$(CONFIG_XIP_DEFLATED_DATA) += head-inflate-data.o
/OK3568_Linux_fs/buildroot/package/lua-zlib/
H A DConfig.in6 Consists of two functions: inflate and deflate.
/OK3568_Linux_fs/u-boot/lib/
H A Dgunzip.c235 r = inflate(&s, Z_SYNC_FLUSH); in gzwrite()
307 r = inflate(&s, Z_FINISH); in zunzip()
/OK3568_Linux_fs/u-boot/fs/cramfs/
H A Duncompress.c43 err = inflate (&stream, Z_FINISH); in cramfs_uncompress_block()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dzlib.c53 ret = inflate(&zs, Z_NO_FLUSH); in gzip_decompress_to_file()
/OK3568_Linux_fs/u-boot/include/u-boot/
H A Dzlib.h71 # define inflate z_inflate macro
551 ZEXTERN int ZEXPORT inflate OF((z_streamp strm, int flush));
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dcompression.cpp88 code = inflate(&inflate_stream, 0); in decompress()
/OK3568_Linux_fs/kernel/lib/
H A Dinflate.c158 STATIC int INIT inflate OF((void));
1085 STATIC int INIT inflate(void) in inflate() function
1258 if ((res = inflate())) { in gunzip()
/OK3568_Linux_fs/buildroot/package/unzip/
H A D0001-Add-a-CMakeFile.txt-to-ease-cross-compilation.patch45 + extract.c fileio.c globals.c inflate.c list.c match.c process.c
/OK3568_Linux_fs/buildroot/boot/optee-os/3.13.0/
H A D0001-core-zlib-fix-build-warning-when-_LFS64_LARGEFILE-is.patch23 In file included from core/lib/zlib/inflate.c:84:
/OK3568_Linux_fs/kernel/drivers/virt/vboxguest/
H A Dvmmdev.h353 u32 inflate; member
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dfib_trie.rst90 inflate()
95 inflate(). Used by resize();
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A DMakefile120 $(obj)/misc.o: lib/inflate.c
/OK3568_Linux_fs/buildroot/package/sox/
H A D0004-configure.ac-fix-static-linking-with-magic.patch21 …rm-buildroot-linux-uclibcgnueabi/bin/ld: compress.c:(.text+0x1e4): undefined reference to `inflate'
/OK3568_Linux_fs/buildroot/package/netsnmp/
H A D0001-configure-static-linking-Fix-SSL-checks.patch13 - inflate()

123