Searched refs:deflate (Results 1 – 18 of 18) sorted by relevance
/PHP-7.3/ext/zlib/tests/ |
H A D | zlib_get_coding_type_deflate.phpt | 2 zlib_get_coding_type() with deflate encoding 8 HTTP_ACCEPT_ENCODING=deflate 21 string(7) "deflate"
|
H A D | deflate_add_buffer_full.phpt | 2 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 D | zlib_filter_deflate.phpt | 2 zlib.deflate (with convert.base64-encode) 10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE);
|
H A D | zlib_filter_deflate2.phpt | 2 zlib.deflate (with level parameter set) 10 stream_filter_append($fp, 'zlib.deflate', STREAM_FILTER_WRITE, array('level' => 9));
|
H A D | deflate_add_block_v123.phpt | 21 Warning: deflate_add(): zlib >= 1.2.4 required for BLOCK deflate; current version: %s in %s on line…
|
H A D | deflate_add_error.phpt | 19 Warning: deflate_add(): Invalid deflate resource in %s on line %d
|
H A D | gzinflate-bug42663.phpt | 11 // deflate string
|
H A D | bug75273.phpt | 35 …$deflate_filter = stream_filter_append($stream, 'zlib.deflate', STREAM_FILTER_WRITE, ['window' =>…
|
H A D | deflate_add_basic.phpt | 46 /* Z_BLOCK is only available for deflate when built against zlib >= 1.2.4 */
|
/PHP-7.3/ext/zip/lib/ |
H A D | zip_source_deflate.c | 40 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 D | compression_methods.phpt | 15 'deflate' => ZipArchive::CM_DEFLATE, 31 deflate: bool(true)
|
/PHP-7.3/tests/output/ |
H A D | ob_018.phpt | 8 HTTP_ACCEPT_ENCODING=gzip,deflate
|
/PHP-7.3/ext/zlib/ |
H A D | php_zlib.def | 7 deflate
|
H A D | zlib_filter.c | 206 …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 D | zlib.c | 178 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 D | server020.phpt | 2 SOAP Server 20: compressed request (deflate)
|
/PHP-7.3/ext/fileinfo/tests/ |
H A D | magic | 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)
|
H A D | magic私はガラスを食べられます | 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