Searched refs:copyAmount (Results 1 - 1 of 1) sorted by path

/haiku/src/kits/mail/
H A Dmail_util.cpp214 int32 copyAmount; local
219 copyAmount = *srcLen;
220 if (*dstLen < copyAmount)
221 copyAmount = *dstLen;
222 memcpy (dst, src, copyAmount);
223 *srcLen = copyAmount;
224 *dstLen = copyAmount;
229 copyAmount = *srcLen;
230 if (*dstLen < copyAmount)
231 copyAmount
272 int32 copyAmount; local
[all...]

Completed in 49 milliseconds