Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Dfilters.c1474 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1539 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1543 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1552 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1556 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1611 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1615 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1624 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1628 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1651 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
[all …]
/PHP-7.1/ext/iconv/
H A Diconv.c2641 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2704 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2708 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2717 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2721 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2781 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2785 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2794 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2798 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2827 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
[all …]

Completed in 26 milliseconds