Home
last modified time | relevance | path

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

/PHP-5.4/ext/zlib/
H A Dzlib_filter.c120 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
121 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_inflate_filter()
143 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
145 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_inflate_filter()
237 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
239 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
258 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_deflate_filter()
/PHP-5.4/ext/bz2/
H A Dbz2_filter.c141 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
142 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_decompress_filter()
163 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
165 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_decompress_filter()
256 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
258 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_compress_filter()
274 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
276 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_compress_filter()

Completed in 8 milliseconds