Searched refs:deflate (Results 1 – 11 of 11) sorted by relevance
/PHP-5.3/ext/zip/lib/ |
H A D | zip_source_deflate.c | 41 struct deflate { struct 59 static void deflate_free(struct deflate *); 67 struct deflate *ctx; in zip_source_deflate() 103 compress_read(struct zip_source *src, struct deflate *ctx, in compress_read() 120 ret = deflate(&ctx->zstr, ctx->eof ? Z_FINISH : 0); in compress_read() 178 decompress_read(struct zip_source *src, struct deflate *ctx, in decompress_read() 251 struct deflate *ctx; in deflate_compress() 254 ctx = (struct deflate *)ud; in deflate_compress() 322 struct deflate *ctx; in deflate_decompress() 326 ctx = (struct deflate *)ud; in deflate_decompress() [all …]
|
/PHP-5.3/ext/zlib/tests/ |
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 | gzinflate-bug42663.phpt | 11 // deflate string
|
/PHP-5.3/tests/output/ |
H A D | ob_018.phpt | 8 HTTP_ACCEPT_ENCODING=gzip,deflate
|
/PHP-5.3/ext/zlib/ |
H A D | php_zlib.def | 7 deflate
|
H A D | zlib.c | 615 status = deflate(&stream, Z_FINISH); in PHP_FUNCTION() 756 err = deflate(&ZLIBG(stream), Z_SYNC_FLUSH); in php_do_deflate() 767 err = deflate(&ZLIBG(stream), Z_SYNC_FLUSH); in php_do_deflate() 771 err = deflate(&ZLIBG(stream), Z_FINISH); in php_do_deflate() 915 status = deflate(&stream, Z_FINISH); in PHP_FUNCTION()
|
H A D | zlib_filter.c | 218 …status = deflate(&(data->strm), flags & PSFS_FLAG_FLUSH_CLOSE ? Z_FULL_FLUSH : (flags & PSFS_FLAG_… in php_zlib_deflate_filter() 248 status = deflate(&(data->strm), Z_FINISH); in php_zlib_deflate_filter()
|
/PHP-5.3/ext/soap/tests/ |
H A D | server020.phpt | 2 SOAP Server 20: compressed request (deflate)
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 3631 # other than 8 ("deflate", the only method defined in RFC 1952). 4461 >36 byte &0x02 \b, [deflate] 8379 #>26 byte 0 deflate/32K, 8387 0 string GIF94z ZIF image (GIF+deflate alpha) 8392 0 string FGF95a FGF image (GIF+deflate beta) 8398 0 string PBF PBF image (deflate compression)
|
/PHP-5.3/ |
H A D | NEWS | 2418 - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani)
|
Completed in 92 milliseconds