Searched refs:name_copy (Results 1 – 1 of 1) sorted by relevance
655 uint8_t* name_copy = new uint8_t[in_prefix->name_length]; in IterationHandle() local656 memcpy(name_copy, in_prefix->name, in_prefix->name_length); in IterationHandle()657 prefix.name = name_copy; in IterationHandle()664 uint8_t* name_copy = new uint8_t[in_suffix->name_length]; in IterationHandle() local665 memcpy(name_copy, in_suffix->name, in_suffix->name_length); in IterationHandle()666 suffix.name = name_copy; in IterationHandle()