Searched refs:dst_buf (Results 1 – 1 of 1) sorted by relevance
173 static int appenddata(char **dst_buf, /* dest buffer */ in appenddata() argument198 char *newptr = realloc(*dst_buf, newsize); in appenddata()203 *dst_buf = newptr; in appenddata()207 memcpy(*dst_buf + *dst_len, src_buf, src_len); in appenddata()209 *(*dst_buf + *dst_len) = '\0'; in appenddata()
Completed in 6 milliseconds