Lines Matching refs:out_buf

545 	char *out_p, *out_buf, *tmp_buf;  in php_iconv_string()
565 out_buf = (char *) emalloc(bsz+1); in php_iconv_string()
566 out_p = out_buf; in php_iconv_string()
576 tmp_buf = (char*) erealloc(out_buf, bsz+1); in php_iconv_string()
577 out_p = out_buf = tmp_buf; in php_iconv_string()
598 tmp_buf = (char *) erealloc(out_buf, bsz); in php_iconv_string()
600 out_p = out_buf = tmp_buf; in php_iconv_string()
629 efree(out_buf); in php_iconv_string()
634 *out = out_buf; in php_iconv_string()
2532 char *out_buf = NULL; in php_iconv_stream_filter_append_bucket() local
2547 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2551 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2591 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2598 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2601 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2603 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2604 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2611 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2613 out_buf = new_out_buf; in php_iconv_stream_filter_append_bucket()
2668 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2675 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2678 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2680 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2681 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2688 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2690 out_buf = new_out_buf; in php_iconv_stream_filter_append_bucket()
2714 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2719 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()
2726 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()