Home
last modified time | relevance | path

Searched refs:php_stream_bucket_make_writeable (Results 1 – 6 of 6) sorted by relevance

/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h73 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket);
H A Dfilter.c104 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket) in php_stream_bucket_make_writeable() function
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c91 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()
/PHP-8.1/ext/zlib/
H A Dzlib_filter.c75 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()
/PHP-8.1/ext/standard/
H A Duser_filters.c391 if (brigade->head && (bucket = php_stream_bucket_make_writeable(brigade->head))) { in PHP_FUNCTION()
432 bucket = php_stream_bucket_make_writeable(bucket); in php_stream_bucket_attach()
H A Dfilters.c45 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_rot13_filter()
93 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_toupper_filter()
121 bucket = php_stream_bucket_make_writeable(buckets_in->head); in strfilter_tolower_filter()
1866 bucket = php_stream_bucket_make_writeable(buckets_in->head); in php_chunked_filter()

Completed in 24 milliseconds