Searched refs:name_copy (Results 1 – 1 of 1) sorted by relevance
713 uint8_t* name_copy = new uint8_t[in_prefix->name_length]; in IterationHandle() local714 memcpy(name_copy, in_prefix->name, in_prefix->name_length); in IterationHandle()715 prefix.name = name_copy; in IterationHandle()722 uint8_t* name_copy = new uint8_t[in_suffix->name_length]; in IterationHandle() local723 memcpy(name_copy, in_suffix->name, in_suffix->name_length); in IterationHandle()724 suffix.name = name_copy; in IterationHandle()