Home
last modified time | relevance | path

Searched refs:new_bucket (Results 1 – 2 of 2) sorted by relevance

/PHP-8.4/ext/standard/
H A Dfilters.c1321 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1384 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1388 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1446 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1450 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1477 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1480 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
/PHP-8.4/ext/iconv/
H A Diconv.c2350 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2410 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2414 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2471 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2475 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2502 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2505 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()

Completed in 12 milliseconds