Home
last modified time | relevance | path

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

/PHP-5.6/ext/standard/
H A Dfilters.c1547 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1612 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1616 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in strfilter_convert_append_bucket()
1625 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1629 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in strfilter_convert_append_bucket()
1684 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1688 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in strfilter_convert_append_bucket()
1697 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1701 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in strfilter_convert_append_bucket()
1724 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
[all …]
/PHP-5.6/ext/iconv/
H A Diconv.c2626 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2689 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2693 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in php_iconv_stream_filter_append_bucket()
2702 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2706 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in php_iconv_stream_filter_append_bucket()
2766 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2770 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in php_iconv_stream_filter_append_bucket()
2779 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2783 php_stream_bucket_append(buckets_out, new_bucket TSRMLS_CC); in php_iconv_stream_filter_append_bucket()
2812 …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 18 milliseconds