Home
last modified time | relevance | path

Searched refs:dst_buf (Results 1 – 1 of 1) sorted by relevance

/curl/tests/server/
H A Dgetpart.c173 static int appenddata(char **dst_buf, /* dest buffer */ in appenddata() argument
198 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 3 milliseconds