Searched refs:from_len (Results 1 – 4 of 4) 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);
62 const uint8_t *from, unsigned int from_len);