Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 18 of 18) sorted by relevance

/PHP-7.3/ext/zlib/tests/
H A Dzlib_get_coding_type_deflate.phpt2 zlib_get_coding_type() with deflate encoding
8 HTTP_ACCEPT_ENCODING=deflate
21 string(7) "deflate"
H A Ddeflate_add_buffer_full.phpt2 Test deflate_add() buffer issue with data that fills deflate buffer while using ZLIB_SYNC_FLUSH on …
14 * Many streaming deflate users rely on this behaviour.
15 * example: websocket permessage-deflate extension
19 * manual, deflate must be called again with more buffer space.
H A Dzlib_filter_deflate.phpt2 zlib.deflate (with convert.base64-encode)
10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE);
H A Dzlib_filter_deflate2.phpt2 zlib.deflate (with level parameter set)
10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE, array('level' => 9));
H A Ddeflate_add_block_v123.phpt21 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…
H A Ddeflate_add_error.phpt19 Warning: deflate_add(): Invalid deflate resource in %s on line %d
H A Dgzinflate-bug42663.phpt11 // deflate string
H A Dbug75273.phpt35 …$deflate_filter = stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_WRITE, ['window' =>…
H A Ddeflate_add_basic.phpt46 /* Z_BLOCK is only available for deflate when built against zlib >= 1.2.4 */
/PHP-7.3/ext/zip/lib/
H A Dzip_source_deflate.c40 struct deflate { struct
56 static void deflate_free(struct deflate *);
62 struct deflate *ctx; in zip_source_deflate()
70 if ((ctx=(struct deflate *)malloc(sizeof(*ctx))) == NULL) { in zip_source_deflate()
96 compress_read(zip_source_t *src, struct deflate *ctx, void *data, zip_uint64_t len) in compress_read()
117 ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); in compress_read()
280 struct deflate *ctx; in deflate_compress()
283 ctx = (struct deflate *)ud; in deflate_compress()
348 struct deflate *ctx; in deflate_decompress()
352 ctx = (struct deflate *)ud; in deflate_decompress()
[all …]
/PHP-7.3/ext/zip/tests/
H A Dcompression_methods.phpt15 'deflate' => ZipArchive::CM_DEFLATE,
31 deflate: bool(true)
/PHP-7.3/tests/output/
H A Dob_018.phpt8 HTTP_ACCEPT_ENCODING=gzip,deflate
/PHP-7.3/ext/zlib/
H A Dphp_zlib.def7 deflate
H A Dzlib_filter.c206 …status = deflate(&(data->strm), flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FULL_FLUSH : (flags & PSFS_FLAG_… in php_zlib_deflate_filter()
237 status = deflate(&(data->strm), Z_FINISH); in php_zlib_deflate_filter()
H A Dzlib.c178 switch (deflate(&ctx->Z, flags)) { in php_zlib_output_handler_ex()
354 status = deflate(&Z, Z_FINISH); in php_zlib_encode()
1222 status = deflate(ctx, flush_type); in PHP_FUNCTION()
/PHP-7.3/ext/soap/tests/
H A Dserver020.phpt2 SOAP Server 20: compressed request (deflate)
/PHP-7.3/ext/fileinfo/tests/
H A Dmagic416 # If compressed, the entire tar file is compressed with JAVA deflate
5868 # other than 8 ("deflate", the only method defined in RFC 1952).
7930 >36 byte &0x02 \b, [deflate]
14632 #>10 byte 0 deflate/32K,
14653 0 string GIF94z ZIF image (GIF+deflate alpha)
14658 0 string FGF95a FGF image (GIF+deflate beta)
14664 0 string PBF PBF image (deflate compression)
H A Dmagic私はガラスを食べられます416 # If compressed, the entire tar file is compressed with JAVA deflate
5868 # other than 8 ("deflate", the only method defined in RFC 1952).
7930 >36 byte &0x02 \b, [deflate]
14632 #>10 byte 0 deflate/32K,
14653 0 string GIF94z ZIF image (GIF+deflate alpha)
14658 0 string FGF95a FGF image (GIF+deflate beta)
14664 0 string PBF PBF image (deflate compression)

Completed in 141 milliseconds