Home
last modified time | relevance | path

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

/xen/tools/xenstore/
A Dxenstored_core.c927 unsigned int baselen; in construct_node() local
943 baselen = strlen(base) + 1; in construct_node()
944 children = talloc_array(ctx, char, parent->childlen + baselen); in construct_node()
948 memcpy(children + parent->childlen, base, baselen); in construct_node()
950 parent->childlen += baselen; in construct_node()

Completed in 5 milliseconds