Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h77 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC);
H A Dfilter.c117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable() function
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c94 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_decompress_filter()
230 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_compress_filter()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c81 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_zlib_inflate_filter()
206 bucket = php_stream_bucket_make_writeable(bucket TSRMLS_CC); in php_zlib_deflate_filter()
/PHP-5.5/ext/standard/
H A Duser_filters.c433 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()
H A Dfilters.c49 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()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c92 php_stream_bucket_make_writeable(bucket TSRMLS_CC); in php_mcrypt_filter()

Completed in 23 milliseconds