Home
last modified time | relevance | path

Searched refs:out_bucket (Results 1 – 2 of 2) sorted by relevance

/PHP-7.1/ext/zlib/
H A Dzlib_filter.c109 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
111 out_bucket = php_stream_bucket_new( in php_zlib_inflate_filter()
113 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_inflate_filter()
220 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
223 out_bucket = php_stream_bucket_new( in php_zlib_deflate_filter()
225 php_stream_bucket_append(buckets_out, out_bucket); in php_zlib_deflate_filter()
/PHP-7.1/ext/bz2/
H A Dbz2_filter.c140 php_stream_bucket *out_bucket; in php_bz2_decompress_filter() local
142 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_decompress_filter()
143 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_decompress_filter()
253 php_stream_bucket *out_bucket; in php_bz2_compress_filter() local
256 out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0); in php_bz2_compress_filter()
257 php_stream_bucket_append(buckets_out, out_bucket); in php_bz2_compress_filter()

Completed in 9 milliseconds