Home
last modified time | relevance | path

Searched refs:do_inflate (Results 1 – 24 of 24) sorted by relevance

/dports/misc/veles/veles-2018.05.0/src/parser/
H A Dunpng.cc30 std::vector<uint8_t> do_inflate(const std::vector<uint8_t>& d) { in do_inflate() function
94 auto decompressed = do_inflate(jointIdats); in unpngFileBlob()
/dports/sysutils/burp/burp-2.4.0/src/
H A Dmsg.c38 static int do_inflate(struct asfd *asfd, z_stream *zstrm, struct BFILE *bfd, in do_inflate() function
111 if(do_inflate(asfd, &zstrm, in transfer_gzfile_in()
/dports/sysutils/burp-devel/burp-2.5.4/src/
H A Dmsg.c38 static int do_inflate(struct asfd *asfd, z_stream *zstrm, struct BFILE *bfd, in do_inflate() function
111 if(do_inflate(asfd, &zstrm, in transfer_gzfile_in()
/dports/sysutils/burp/burp-2.4.0/src/protocol1/
H A Dmsg.c48 static int do_inflate(struct asfd *asfd, in do_inflate() function
299 if(do_inflate(asfd, &zstrm, bfd, out, in transfer_gzfile_inl()
320 if(doutlen && do_inflate(asfd, in transfer_gzfile_inl()
/dports/sysutils/burp-devel/burp-2.5.4/src/protocol1/
H A Dmsg.c48 static int do_inflate(struct asfd *asfd, in do_inflate() function
299 if(do_inflate(asfd, &zstrm, bfd, out, in transfer_gzfile_inl()
320 if(doutlen && do_inflate(asfd, in transfer_gzfile_inl()
/dports/devel/elfutils/elfutils-0.179/libdwfl/
H A Dgzip.c49 # define do_inflate(z) lzma_code (z, LZMA_RUN) macro
61 # define do_inflate(z) BZ2_bzDecompress (z) macro
267 while ((result = do_inflate (&z)) == Z (OK)); in unzip()
/dports/www/sitecopy/sitecopy-0.16.6/lib/neon/
H A Dne_compress.c189 static int do_inflate(ne_decompress *ctx, const char *buf, size_t len) in do_inflate() function
336 return do_inflate(ctx, buf, len); in gz_reader()
366 return do_inflate(ctx, buf, len); in gz_reader()
/dports/www/litmus/litmus-0.13/lib/neon/
H A Dne_compress.c189 static int do_inflate(ne_decompress *ctx, const char *buf, size_t len) in do_inflate() function
336 return do_inflate(ctx, buf, len); in gz_reader()
366 return do_inflate(ctx, buf, len); in gz_reader()
H A DChangeLog101 * ne_compress.c (do_inflate): Don't invoke the reader callback if
600 (do_inflate, gz_reader): Use it.
1913 (do_inflate, gz_reader): Cast buffers to unsigned char for
2110 * ne_compress.c (do_inflate): Continue calling inflate() whilst
2725 (do_inflate): Compute checksum. Switch to AFTER_DATA state and
/dports/www/davix/davix-0.7.6/deps/libneon/src/
H A Dne_compress.c189 static int do_inflate(ne_decompress *ctx, const char *buf, size_t len) in do_inflate() function
336 return do_inflate(ctx, buf, len); in gz_reader()
366 return do_inflate(ctx, buf, len); in gz_reader()
H A DChangeLog101 * ne_compress.c (do_inflate): Don't invoke the reader callback if
600 (do_inflate, gz_reader): Use it.
1913 (do_inflate, gz_reader): Cast buffers to unsigned char for
2110 * ne_compress.c (do_inflate): Continue calling inflate() whilst
2725 (do_inflate): Compute checksum. Switch to AFTER_DATA state and
/dports/www/neon/neon-0.32.1/src/
H A Dne_compress.c189 static int do_inflate(ne_decompress *ctx, const char *buf, size_t len) in do_inflate() function
336 return do_inflate(ctx, buf, len); in gz_reader()
366 return do_inflate(ctx, buf, len); in gz_reader()
H A DChangeLog101 * ne_compress.c (do_inflate): Don't invoke the reader callback if
600 (do_inflate, gz_reader): Use it.
1913 (do_inflate, gz_reader): Cast buffers to unsigned char for
2110 * ne_compress.c (do_inflate): Continue calling inflate() whilst
2725 (do_inflate): Compute checksum. Switch to AFTER_DATA state and
/dports/devel/tla/tla-1.3.5/src/libneon/src/
H A Dne_compress.c200 static void do_inflate(ne_decompress *ctx, const char *buf, size_t len) in do_inflate() function
324 do_inflate(ctx, buf, len); in gz_reader()
355 do_inflate(ctx, buf, len); in gz_reader()
H A DChangeLog10 * ne_compress.c (do_inflate): Don't invoke the reader callback if
242 (do_inflate, gz_reader): Use it.
1555 (do_inflate, gz_reader): Cast buffers to unsigned char for
1752 * ne_compress.c (do_inflate): Continue calling inflate() whilst
2367 (do_inflate): Compute checksum. Switch to AFTER_DATA state and
/dports/graphics/quat/quat-1.20/kernel/
H A Dpng.h61 int do_inflate(struct png_internal_struct *i);
H A Dpng.c186 int do_inflate(struct png_internal_struct *i) in do_inflate() function
260 err = do_inflate(i); in ReadPNGLine()
/dports/graphics/quat-gui/quat-1.20/kernel/
H A Dpng.h61 int do_inflate(struct png_internal_struct *i);
H A Dpng.c186 int do_inflate(struct png_internal_struct *i) in do_inflate() function
260 err = do_inflate(i); in ReadPNGLine()
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dwb.c1253 int read_status=TRUE, ok=TRUE, do_inflate=FALSE, need_to_free_buf=FALSE; local
1283 do_inflate = TRUE;
1287 if (do_inflate && HasZlibSupport()) {
2277 int content_length=0, do_inflate=FALSE, need_to_free_buf=FALSE; local
2305 do_inflate = TRUE;
2308 if (do_inflate && HasZlibSupport()) {
/dports/lang/ruby26/ruby-2.6.9/ext/zlib/
H A Dzlib.c127 static void do_inflate(struct zstream*, VALUE);
1963 do_inflate(struct zstream *z, VALUE src) in do_inflate() function
2052 do_inflate(z, src); in rb_inflate_inflate()
2083 do_inflate(z, src); in rb_inflate_addstr()
/dports/www/cadaver/cadaver-0.23.3/lib/neon/
H A DChangeLog101 * ne_compress.c (do_inflate): Don't invoke the reader callback if
600 (do_inflate, gz_reader): Use it.
1913 (do_inflate, gz_reader): Cast buffers to unsigned char for
2110 * ne_compress.c (do_inflate): Continue calling inflate() whilst
2725 (do_inflate): Compute checksum. Switch to AFTER_DATA state and
/dports/www/davix/davix-0.7.6/deps/libneon/
H A DChangeLog5186 (do_inflate): Do pass on the reader callback return value.
6316 (parse_header, do_inflate): Don't set error state.
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.0.017463 * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data