Lines Matching refs:out_buf

628 	char *out_p, *out_buf, *tmp_buf;  in php_iconv_string()
649 out_buf = (char *) emalloc(bsz+1); in php_iconv_string()
650 out_p = out_buf; in php_iconv_string()
671 tmp_buf = (char*) erealloc(out_buf, bsz+1); in php_iconv_string()
672 out_p = out_buf = tmp_buf; in php_iconv_string()
693 tmp_buf = (char *) erealloc(out_buf, bsz); in php_iconv_string()
695 out_p = out_buf = tmp_buf; in php_iconv_string()
724 efree(out_buf); in php_iconv_string()
729 *out = out_buf; in php_iconv_string()
2627 char *out_buf = NULL; in php_iconv_stream_filter_append_bucket() local
2642 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2646 pd = out_buf; in php_iconv_stream_filter_append_bucket()
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()
2696 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2699 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2701 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { 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()
2709 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2711 out_buf = new_out_buf; 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()
2773 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2776 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2778 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { 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()
2786 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2788 out_buf = new_out_buf; 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()
2817 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()
2824 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()