Home
last modified time | relevance | path

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

/PHP-8.1/main/streams/
H A Dphp_stream_filter_api.h37 typedef struct _php_stream_bucket php_stream_bucket; typedef
41 php_stream_bucket *next, *prev;
55 php_stream_bucket *head, *tail;
66 PHPAPI php_stream_bucket *php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8…
67 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck…
68 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket);
70 PHPAPI void php_stream_bucket_prepend(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket…
71 PHPAPI void php_stream_bucket_append(php_stream_bucket_brigade *brigade, php_stream_bucket *bucket);
72 PHPAPI void php_stream_bucket_unlink(php_stream_bucket *bucket);
73 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket);
H A Dfilter.c74 php_stream_bucket *bucket; in php_stream_bucket_new()
76 bucket = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), is_persistent); in php_stream_bucket_new()
104 PHPAPI php_stream_bucket *php_stream_bucket_make_writeable(php_stream_bucket *bucket) in php_stream_bucket_make_writeable()
106 php_stream_bucket *retval; in php_stream_bucket_make_writeable()
114 retval = (php_stream_bucket*)pemalloc(sizeof(php_stream_bucket), bucket->is_persistent); in php_stream_bucket_make_writeable()
128 PHPAPI int php_stream_bucket_split(php_stream_bucket *in, php_stream_bucket **left, php_stream_buck… in php_stream_bucket_split()
130 *left = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
131 *right = (php_stream_bucket*)pecalloc(1, sizeof(php_stream_bucket), in->is_persistent); in php_stream_bucket_split()
150 PHPAPI void php_stream_bucket_delref(php_stream_bucket *bucket) in php_stream_bucket_delref()
325 php_stream_bucket *bucket; in php_stream_filter_append_ex()
[all …]
H A Dstreams.c554 php_stream_bucket *bucket; in _php_stream_fill_read_buffer()
1161 php_stream_bucket *bucket; in _php_stream_write_filtered()
/PHP-8.1/ext/standard/
H A Duser_filters.c68 php_stream_bucket *bucket = (php_stream_bucket *)res->ptr; in ZEND_RSRC_DTOR_FUNC()
205 php_stream_bucket *bucket; in userfilter_filter()
215 php_stream_bucket *bucket = buckets_out->head; in userfilter_filter()
378 php_stream_bucket *bucket; in PHP_FUNCTION()
409 php_stream_bucket *bucket; in php_stream_bucket_attach()
426 …if ((bucket = (php_stream_bucket *)zend_fetch_resource_ex(pzbucket, PHP_STREAM_BUCKET_RES_NAME, le… in php_stream_bucket_attach()
477 php_stream_bucket *bucket; in PHP_FUNCTION()
H A Dfilters.c41 php_stream_bucket *bucket; in strfilter_rot13_filter()
89 php_stream_bucket *bucket; in strfilter_toupper_filter()
117 php_stream_bucket *bucket; in strfilter_tolower_filter()
1341 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket()
1523 php_stream_bucket *bucket = NULL; in strfilter_convert_filter()
1643 php_stream_bucket *bucket; in consumed_filter_filter()
1861 php_stream_bucket *bucket; in php_chunked_filter()
/PHP-8.1/ext/bz2/
H A Dbz2_filter.c74 php_stream_bucket *bucket; in php_bz2_decompress_filter()
138 php_stream_bucket *out_bucket; in php_bz2_decompress_filter()
213 php_stream_bucket *bucket; in php_bz2_compress_filter()
255 php_stream_bucket *out_bucket; in php_bz2_compress_filter()
/PHP-8.1/ext/zlib/
H A Dzlib_filter.c60 php_stream_bucket *bucket; in php_zlib_inflate_filter()
106 php_stream_bucket *out_bucket; in php_zlib_inflate_filter()
178 php_stream_bucket *bucket; in php_zlib_deflate_filter()
221 php_stream_bucket *out_bucket; in php_zlib_deflate_filter()
/PHP-8.1/ext/iconv/
H A Diconv.c2359 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket()
2535 php_stream_bucket *bucket = NULL; in php_iconv_stream_filter_do_filter()

Completed in 37 milliseconds