Searched refs:out_bucket (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/ext/bz2/ |
H A D | bz2_filter.c | 140 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 TSRM… in php_bz2_decompress_filter() 143 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); 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 TSRM… in php_bz2_compress_filter() 257 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_bz2_compress_filter()
|
/PHP-5.5/ext/zlib/ |
H A D | zlib_filter.c | 115 php_stream_bucket *out_bucket; in php_zlib_inflate_filter() local 117 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_inflate_filter() 118 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_zlib_inflate_filter() 228 php_stream_bucket *out_bucket; in php_zlib_deflate_filter() local 231 …out_bucket = php_stream_bucket_new(stream, estrndup(data->outbuf, bucketlen), bucketlen, 1, 0 TSRM… in php_zlib_deflate_filter() 232 php_stream_bucket_append(buckets_out, out_bucket TSRMLS_CC); in php_zlib_deflate_filter()
|
Completed in 8 milliseconds