Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Mar 24 23:54:25 CET 2011 on sn-devel-104
i_len=srclen;
o_len=destlen;
- again:
-
retval = smb_iconv(descriptor, &inbuf, &i_len, &outbuf, &o_len);
if(retval==(size_t)-1) {
const char *reason="unknown error";
i_len = srclen;
o_len = destlen;
- again:
-
retval = smb_iconv(descriptor,
&inbuf, &i_len,
&outbuf, &o_len);
return false;
}
- out:
-
destlen = destlen - o_len;
/* Don't shrink unless we're reclaiming a lot of
* space. This is in the hot codepath and these