Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfilters.c1473 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1536 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1540 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1598 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1602 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1629 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1632 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
/PHP-7.4/ext/iconv/
H A Diconv.c2623 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2684 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2688 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2752 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2756 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2789 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2792 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()

Completed in 25 milliseconds