Searched refs:finalLength (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp742 ssize_t finalLength = rfc2047.Length (); local
743 *bufp = (char *) (malloc (finalLength + 1));
744 memcpy (*bufp, rfc2047.String(), finalLength);
745 (*bufp)[finalLength] = 0;
747 return finalLength;

Completed in 68 milliseconds