Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dfilters.c1466 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1529 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1533 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1591 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1595 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1622 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1625 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
/PHP-7.2/ext/iconv/
H A Diconv.c2627 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2688 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2692 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2756 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2760 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2793 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2796 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()

Completed in 28 milliseconds