Lines Matching refs:tocopy
201 uint8_t* tocopy;
204 tocopy = origin;
207 tocopy = prev;
211 tocopy = (uint8_t*)"\0";
216 memmove(rr, tocopy, *dname_len);
220 uint8_t* tocopy;
223 tocopy = prev;
226 tocopy = origin;
229 tocopy = (uint8_t*)"\0";
234 memmove(rr, tocopy, *dname_len);
493 uint8_t* tocopy;
497 tocopy = origin;
500 tocopy = rr; /* copy rr owner name */
503 tocopy = (uint8_t*)"\0";
509 memmove(rr+*rr_cur_len, tocopy, copylen);