Searched refs:baselen (Results 1 – 1 of 1) sorted by relevance
927 unsigned int baselen; in construct_node() local943 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