Searched refs:php_stream_bucket_make_writeable (Results 1 – 7 of 7) sorted by relevance
77 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC);
117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable() function
85 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_zlib_inflate_filter()214 bucket = php_stream_bucket_make_writeable(bucket TSRMLS_CC); in php_zlib_deflate_filter()
94 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_decompress_filter()232 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_compress_filter()
433 if (brigade->head && (bucket = php_stream_bucket_make_writeable(brigade->head TSRMLS_CC))) { in PHP_FUNCTION()468 bucket = php_stream_bucket_make_writeable(bucket TSRMLS_CC); in php_stream_bucket_attach()
49 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in strfilter_rot13_filter()97 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in strfilter_toupper_filter()125 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in strfilter_tolower_filter()217 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in strfilter_strip_tags_filter()2087 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_chunked_filter()
92 php_stream_bucket_make_writeable(bucket TSRMLS_CC); in php_mcrypt_filter()
Completed in 22 milliseconds