Searched refs:php_stream_bucket_make_writeable (Results 1 – 6 of 6) sorted by relevance
73 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket);
104 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket) in php_stream_bucket_make_writeable() function
75 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_zlib_inflate_filter()195 bucket = php_stream_bucket_make_writeable(bucket); in php_zlib_deflate_filter()
356 if (brigade->head && (bucket = php_stream_bucket_make_writeable(brigade->head))) { in PHP_FUNCTION()402 bucket = php_stream_bucket_make_writeable(bucket); in php_stream_bucket_attach()
44 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_rot13_filter()92 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_toupper_filter()120 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_tolower_filter()1846 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_chunked_filter()
91 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_decompress_filter()228 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_bz2_compress_filter()
Completed in 20 milliseconds