| /PHP_TRUNK/ext/bz2/ |
| H A D | bz2_filter.c | 70 php_stream_bucket_brigade *buckets_in, 91 while (buckets_in->head) { 94 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 207 php_stream_bucket_brigade *buckets_in, 228 while (buckets_in->head) { 231 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 67 php_bz2_decompress_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 204 php_bz2_compress_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument
|
| /PHP_TRUNK/ext/iconv/ |
| H A D | iconv.c | 2734 php_stream_bucket_brigade *buckets_in, 2742 while (buckets_in->head != NULL) { 2743 bucket = buckets_in->head; 2732 php_iconv_stream_filter_do_filter( php_stream *stream, php_stream_filter *filter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument
|
| /PHP_TRUNK/ext/mcrypt/ |
| H A D | mcrypt_filter.c | 39 php_stream_bucket_brigade *buckets_in, 55 while(buckets_in->head) { 56 bucket = buckets_in->head; 36 php_mcrypt_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument
|
| /PHP_TRUNK/ext/standard/ |
| H A D | filters.c | 39 php_stream_bucket_brigade *buckets_in, 48 while (buckets_in->head) { 49 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 87 php_stream_bucket_brigade *buckets_in, 96 while (buckets_in->head) { 97 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 115 php_stream_bucket_brigade *buckets_in, 124 while (buckets_in->head) { 125 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 206 php_stream_bucket_brigade *buckets_in, 36 strfilter_rot13_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 84 strfilter_toupper_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 112 strfilter_tolower_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 203 strfilter_strip_tags_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 1702 strfilter_convert_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 1821 consumed_filter_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 2034 php_chunked_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument [all...] |
| H A D | user_filters.c | 168 php_stream_bucket_brigade *buckets_in, 197 ZEND_REGISTER_RESOURCE(zin, buckets_in, le_bucket_brigade); 238 if (buckets_in->head) { 239 php_stream_bucket *bucket = buckets_in->head; 242 while ((bucket = buckets_in->head)) { 165 userfilter_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument
|
| /PHP_TRUNK/ext/zlib/ |
| H A D | zlib_filter.c | 57 php_stream_bucket_brigade *buckets_in, 76 while (buckets_in->head) { 79 bucket = buckets_in->head; 81 bucket = php_stream_bucket_make_writeable(buckets_in->head TSRMLS_CC); 182 php_stream_bucket_brigade *buckets_in, 201 while (buckets_in->head) { 204 bucket = buckets_in->head; 54 php_zlib_inflate_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument 179 php_zlib_deflate_filter( php_stream *stream, php_stream_filter *thisfilter, php_stream_bucket_brigade *buckets_in, php_stream_bucket_brigade *buckets_out, size_t *bytes_consumed, int flags TSRMLS_DC) argument
|