Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfilters.c1322 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1385 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1389 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1447 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1451 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1478 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1481 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
/php-src/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 13 milliseconds