Home
last modified time | relevance | path

Searched refs:php_stream_bucket (Results 1 – 9 of 9) sorted by relevance

/PHP-5.5/main/streams/
H A Dphp_stream_filter_api.h41 typedef struct _php_stream_bucket php_stream_bucket; typedef
45 php_stream_bucket *next, *prev;
59 php_stream_bucket *head, *tail;
70 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int o…
71 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck…
72 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC);
74 PHPAPI void php_stream_bucket_prepend(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket…
75 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket …
76 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket TSRMLS_DC);
77 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC);
H A Dfilter.c76 php_stream_bucket *bucket; in php_stream_bucket_new()
78 bucket = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), is_persistent); in php_stream_bucket_new()
117 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_make_writeable()
119 php_stream_bucket *retval; in php_stream_bucket_make_writeable()
127 retval = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), bucket->is_persistent); in php_stream_bucket_make_writeable()
141 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck… in php_stream_bucket_split()
143 *left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
144 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
182 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket TSRMLS_DC) in php_stream_bucket_delref()
356 php_stream_bucket *bucket; in php_stream_filter_append_ex()
[all …]
H A Dstreams.c591 php_stream_bucket *bucket; in _php_stream_fill_read_buffer()
1162 php_stream_bucket *bucket; in _php_stream_write_filtered()
/PHP-5.5/ext/standard/
H A Duser_filters.c81 php_stream_bucket *bucket = (php_stream_bucket *)rsrc->ptr; in ZEND_RSRC_DTOR_FUNC()
244 php_stream_bucket *bucket = buckets_in->head; in userfilter_filter()
254 php_stream_bucket *bucket = buckets_out->head; in userfilter_filter()
423 php_stream_bucket *bucket; in PHP_FUNCTION()
452 php_stream_bucket *bucket; in php_stream_bucket_attach()
464 …ZEND_FETCH_RESOURCE(bucket, php_stream_bucket *, pzbucket, -1, PHP_STREAM_BUCKET_RES_NAME, le_buck… in php_stream_bucket_attach()
516 php_stream_bucket *bucket; in PHP_FUNCTION()
H A Dfilters.c45 php_stream_bucket *bucket; in strfilter_rot13_filter()
93 php_stream_bucket *bucket; in strfilter_toupper_filter()
121 php_stream_bucket *bucket; in strfilter_tolower_filter()
212 php_stream_bucket *bucket; in strfilter_strip_tags_filter()
1547 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket()
1750 php_stream_bucket *bucket = NULL; in strfilter_convert_filter()
1870 php_stream_bucket *bucket; in consumed_filter_filter()
2082 php_stream_bucket *bucket; in php_chunked_filter()
/PHP-5.5/ext/mcrypt/
H A Dmcrypt_filter.c45 php_stream_bucket *bucket; in php_mcrypt_filter()
64 php_stream_bucket *newbucket; in php_mcrypt_filter()
105 php_stream_bucket *newbucket; in php_mcrypt_filter()
/PHP-5.5/ext/bz2/
H A Dbz2_filter.c77 php_stream_bucket *bucket; in php_bz2_decompress_filter()
140 php_stream_bucket *out_bucket; in php_bz2_decompress_filter()
215 php_stream_bucket *bucket; in php_bz2_compress_filter()
253 php_stream_bucket *out_bucket; in php_bz2_compress_filter()
/PHP-5.5/ext/zlib/
H A Dzlib_filter.c64 php_stream_bucket *bucket; in php_zlib_inflate_filter()
115 php_stream_bucket *out_bucket; in php_zlib_inflate_filter()
189 php_stream_bucket *bucket; in php_zlib_deflate_filter()
228 php_stream_bucket *out_bucket; in php_zlib_deflate_filter()
/PHP-5.5/ext/iconv/
H A Diconv.c2561 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket()
2768 php_stream_bucket *bucket = NULL; in php_iconv_stream_filter_do_filter()

Completed in 57 milliseconds