Home
last modified time | relevance | path

Searched refs:buckets_in (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/ext/zlib/
H A Dzlib_filter.c57 php_stream_bucket_brigade *buckets_in, in php_zlib_inflate_filter() argument
76 while (buckets_in->head) { in php_zlib_inflate_filter()
79 bucket = buckets_in->head; in php_zlib_inflate_filter()
81 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_zlib_inflate_filter()
182 php_stream_bucket_brigade *buckets_in, in php_zlib_deflate_filter() argument
201 while (buckets_in->head) { in php_zlib_deflate_filter()
204 bucket = buckets_in->head; in php_zlib_deflate_filter()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c70 php_stream_bucket_brigade *buckets_in, in php_bz2_decompress_filter() argument
91 while (buckets_in->head) { in php_bz2_decompress_filter()
94 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_decompress_filter()
208 php_stream_bucket_brigade *buckets_in, in php_bz2_compress_filter() argument
227 while (buckets_in->head) { in php_bz2_compress_filter()
230 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); in php_bz2_compress_filter()
/PHP-5.5/ext/standard/
H A Dfilters.c39 php_stream_bucket_brigade *buckets_in, in strfilter_rot13_filter() argument
48 while (buckets_in->head) { in strfilter_rot13_filter()
87 php_stream_bucket_brigade *buckets_in, in strfilter_toupper_filter() argument
96 while (buckets_in->head) { in strfilter_toupper_filter()
115 php_stream_bucket_brigade *buckets_in, in strfilter_tolower_filter() argument
124 while (buckets_in->head) { in strfilter_tolower_filter()
206 php_stream_bucket_brigade *buckets_in, in strfilter_strip_tags_filter() argument
216 while (buckets_in->head) { in strfilter_strip_tags_filter()
1754 while (buckets_in->head != NULL) { in strfilter_convert_filter()
1755 bucket = buckets_in->head; in strfilter_convert_filter()
[all …]
H A Duser_filters.c168 php_stream_bucket_brigade *buckets_in, in userfilter_filter() argument
202 ZEND_REGISTER_RESOURCE(zin, buckets_in, le_bucket_brigade); in userfilter_filter()
243 if (buckets_in->head) { in userfilter_filter()
244 php_stream_bucket *bucket = buckets_in->head; in userfilter_filter()
247 while ((bucket = buckets_in->head)) { in userfilter_filter()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c39 php_stream_bucket_brigade *buckets_in, in php_mcrypt_filter() argument
55 while(buckets_in->head) { in php_mcrypt_filter()
56 bucket = buckets_in->head; in php_mcrypt_filter()
/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h89 php_stream_bucket_brigade *buckets_in,
/PHP-5.5/ext/iconv/
H A Diconv.c2764 php_stream_bucket_brigade *buckets_in, in php_iconv_stream_filter_do_filter() argument
2772 while (buckets_in->head != NULL) { in php_iconv_stream_filter_do_filter()
2773 bucket = buckets_in->head; in php_iconv_stream_filter_do_filter()
/PHP-5.5/
H A DNEWS10171 - Fixed convert.* filters to consume remaining buckets_in on flush. (Sara)

Completed in 60 milliseconds