Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/tools/libxl/
A Dlibxl_dom_save.c275 size_t extralen = strlen(str) + 1; in append_string() local
276 char *new = libxl__realloc(gc, *buf, *len + extralen); in append_string()
279 memcpy(new + *len, str, extralen); in append_string()
280 *len += extralen; in append_string()

Completed in 4 milliseconds