Searched refs:from_len (Results 1 – 2 of 2) sorted by relevance
41 const uint8_t *from, unsigned int from_len) in _copy() argument43 if (from_len <= to_len) { in _copy()44 (void)memcpy(to, from, from_len); in _copy()45 return from_len; in _copy()
61 const uint8_t *from, unsigned int from_len);