Lines Matching refs:new_uri
213 char *new_uri; in add_path() local
219 new_uri = os_malloc(len); in add_path()
220 if (new_uri) in add_path()
221 os_snprintf(new_uri, len, "%s/%s", prev, leaf); in add_path()
223 return new_uri; in add_path()
234 char *new_uri; in node_to_tnds() local
254 new_uri = add_path(uri, name); in node_to_tnds()
255 node_to_tnds(ctx, new_uri ? out : tnds, node, new_uri); in node_to_tnds()
256 os_free(new_uri); in node_to_tnds()
414 char *new_uri; in tnds_to_mo_iter() local
415 new_uri = add_path(uri, nodename); in tnds_to_mo_iter()
416 tnds_to_mo_iter(ctx, root, child, new_uri); in tnds_to_mo_iter()
417 os_free(new_uri); in tnds_to_mo_iter()