Searched refs:extralen (Results 1 – 1 of 1) sorted by relevance
318 size_t extralen = strlen(str) + 1; in append_string() local319 char *new = libxl__realloc(gc, *buf, *len + extralen); in append_string()322 memcpy(new + *len, str, extralen); in append_string()323 *len += extralen; in append_string()
Completed in 3 milliseconds