Searched refs:this_node (Results 1 – 4 of 4) sorted by relevance
1345 cd9660node *this_node; in cd9660_convert_structure() local1384 this_node->parent = parent_node; in cd9660_convert_structure()1386 this_node); in cd9660_convert_structure()1387 this_node->level = level; in cd9660_convert_structure()1391 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()1414 this_node->level = in cd9660_convert_structure()1418 this_node) == NULL) { in cd9660_convert_structure()1433 iterator->child, this_node, in cd9660_convert_structure()1448 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()1456 parent_node, this_node); in cd9660_convert_structure()[all …]
209 svn_fs_x__dag_path_t *this_node = child; in parent_path_relpath() local210 while (this_node != ancestor) in parent_path_relpath()212 assert(this_node != NULL); in parent_path_relpath()213 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()214 this_node = this_node->parent; in parent_path_relpath()
733 parent_path_t *this_node = child; in parent_path_relpath() local734 while (this_node != ancestor) in parent_path_relpath()736 assert(this_node != NULL); in parent_path_relpath()737 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()738 this_node = this_node->parent; in parent_path_relpath()
503 parent_path_t *this_node = child; in parent_path_relpath() local504 while (this_node != ancestor) in parent_path_relpath()506 assert(this_node != NULL); in parent_path_relpath()507 path_so_far = svn_relpath_join(this_node->entry, path_so_far, pool); in parent_path_relpath()508 this_node = this_node->parent; in parent_path_relpath()