Lines Matching refs:out_buf

634 	zend_string *out_buf;  in php_iconv_string()
652 out_buf = zend_string_alloc(bsz, 0); in php_iconv_string()
653 out_p = ZSTR_VAL(out_buf); in php_iconv_string()
674 out_buf = zend_string_extend(out_buf, bsz, 0); in php_iconv_string()
675 out_p = ZSTR_VAL(out_buf); in php_iconv_string()
696 out_buf = zend_string_extend(out_buf, bsz, 0); in php_iconv_string()
697 out_p = ZSTR_VAL(out_buf); in php_iconv_string()
725 zend_string_free(out_buf); in php_iconv_string()
730 ZSTR_LEN(out_buf) = out_size; in php_iconv_string()
731 *out = out_buf; in php_iconv_string()
2642 char *out_buf = NULL; in php_iconv_stream_filter_append_bucket() local
2657 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2661 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2704 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2711 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2714 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2716 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2717 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2724 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2726 out_buf = new_out_buf; in php_iconv_stream_filter_append_bucket()
2781 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2788 if (NULL == (out_buf = pemalloc(out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2791 pd = out_buf; in php_iconv_stream_filter_append_bucket()
2793 if (NULL == (new_out_buf = perealloc(out_buf, new_out_buf_size, persistent))) { in php_iconv_stream_filter_append_bucket()
2794 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2801 pd = new_out_buf + (pd - out_buf); in php_iconv_stream_filter_append_bucket()
2803 out_buf = new_out_buf; in php_iconv_stream_filter_append_bucket()
2827 …if (NULL == (new_bucket = php_stream_bucket_new(stream, out_buf, (out_buf_size - ocnt), 1, persist… in php_iconv_stream_filter_append_bucket()
2832 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()
2839 pefree(out_buf, persistent); in php_iconv_stream_filter_append_bucket()