Home
last modified time | relevance | path

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

/PHP-5.4/ext/zlib/
H A Dzlib_filter.c119 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local
121out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_inflate_filter()
122 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_zlib_inflate_filter()
236 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local
239out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter()
240 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_zlib_deflate_filter()
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c140 php_stream_bucket *out_bucket; in php_bz2_decompress_filter() local
142out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_decompress_filter()
143 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_bz2_decompress_filter()
255 php_stream_bucket *out_bucket; in php_bz2_compress_filter() local
258out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_compress_filter()
259 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_bz2_compress_filter()

Completed in 6 milliseconds