Searched refs:tmp_node (Results 1 – 5 of 5) sorted by relevance
73 svn_repos_node_t *tmp_node; in create_sibling_node() local80 tmp_node = elder; in create_sibling_node()81 while (tmp_node->sibling) in create_sibling_node()82 tmp_node = tmp_node->sibling; in create_sibling_node()85 return (tmp_node->sibling = create_node(name, elder->parent, pool)); in create_sibling_node()112 svn_repos_node_t *tmp_node; in find_child_by_name() local119 tmp_node = parent->child; in find_child_by_name()122 if (! strcmp(tmp_node->name, name)) in find_child_by_name()124 return tmp_node; in find_child_by_name()128 if (tmp_node->sibling) in find_child_by_name()[all …]
499 svn_repos_node_t *tmp_node; in print_dirs_changed_tree() local518 tmp_node = node->child; in print_dirs_changed_tree()519 while (tmp_node && (! print_me)) in print_dirs_changed_tree()521 if ((tmp_node->kind == svn_node_file) in print_dirs_changed_tree()522 || (tmp_node->action == 'A') in print_dirs_changed_tree()523 || (tmp_node->action == 'D')) in print_dirs_changed_tree()527 tmp_node = tmp_node->sibling; in print_dirs_changed_tree()537 tmp_node = node->child; in print_dirs_changed_tree()538 if (! tmp_node) in print_dirs_changed_tree()543 while (tmp_node) in print_dirs_changed_tree()[all …]
131 ocs_node_t *tmp_node; in ocs_fabric_notify_topology() local137 ocs_list_foreach_safe(&node->sport->node_list, tmp_node, next) { in ocs_fabric_notify_topology()138 if (tmp_node != node) { in ocs_fabric_notify_topology()139 ocs_node_post_event(tmp_node, OCS_EVT_SPORT_TOPOLOGY_NOTIFY, (void *)topology); in ocs_fabric_notify_topology()
787 osm_node_t *tmp_node = p_node_1; in osm_ucast_cache_check_new_link() local791 p_node_2 = tmp_node; in osm_ucast_cache_check_new_link()
196 vertex_t *tmp_node = NULL; in heap_exchange() local203 tmp_node = heap->nodes[i]; in heap_exchange()205 heap->nodes[j] = tmp_node; in heap_exchange()