Searched refs:new_uri (Results 1 – 1 of 1) sorted by relevance
213 char *new_uri; in add_path() local219 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() local254 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[all …]