Home
last modified time | relevance | path

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

/PHP-5.3/ext/zlib/
H A Dzlib_filter.c118 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
119 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_inflate_filter()
139 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_inflate_filter() local
141 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_inflate_filter()
232 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
234 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter()
250 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_zlib_deflate_filter() local
252 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_zlib_deflate_filter()
/PHP-5.3/ext/bz2/
H A Dbz2_filter.c140 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
141 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_decompress_filter()
162 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_decompress_filter() local
164 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_decompress_filter()
255 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
257 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_bz2_compress_filter()
273 size_t bucketlen = data->outbuf_len - data->strm.avail_out; in php_bz2_compress_filter() local
275 …bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRMLS_C… in php_bz2_compress_filter()

Completed in 6 milliseconds