Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfilters.c1334 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local
1397 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1401 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1459 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1463 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
1490 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket()
1493 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
/PHP-8.3/ext/iconv/
H A Diconv.c2351 php_stream_bucket *new_bucket; in php_iconv_stream_filter_append_bucket() local
2411 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2415 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2472 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2476 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()
2503 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2506 php_stream_bucket_append(buckets_out, new_bucket); in php_iconv_stream_filter_append_bucket()

Completed in 17 milliseconds