Searched refs:new_bucket (Results 1 – 2 of 2) sorted by relevance
/PHP-8.2/ext/standard/ |
H A D | filters.c | 1341 php_stream_bucket *new_bucket; in strfilter_convert_append_bucket() local 1404 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket() 1408 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket() 1466 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket() 1470 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket() 1497 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in strfilter_convert_append_bucket() 1500 php_stream_bucket_append(buckets_out, new_bucket); in strfilter_convert_append_bucket()
|
/PHP-8.2/ext/iconv/ |
H A D | iconv.c | 2351 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 25 milliseconds