Searched refs:path_elem (Results 1 – 2 of 2) sorted by relevance
232 static bool xs_node_add_child(XsNode *n, const char *path_elem, XsNode *child) in xs_node_add_child() argument234 assert(!strchr(path_elem, '/')); in xs_node_add_child()238 return g_hash_table_remove(n->children, path_elem); in xs_node_add_child()243 child->name = g_strdup(path_elem); in xs_node_add_child()257 return g_hash_table_insert(n->children, g_strdup(path_elem), child); in xs_node_add_child()
137 struct path_elem