Home
last modified time | relevance | path

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

/xen/tools/libxl/
A Dlibxl_dom_save.c318 size_t extralen = strlen(str) + 1; in append_string() local
319 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