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

/haiku/src/kits/mail/
H A Dmail_util.cpp543 size_t tailLen = strLen - (tail - head); local
544 memmove(string, tail, tailLen+1);
545 string += tailLen;

Completed in 37 milliseconds