Lines Matching refs:this_node
1361 cd9660node *this_node; in cd9660_convert_structure() local
1382 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1400 this_node->parent = parent_node; in cd9660_convert_structure()
1402 this_node); in cd9660_convert_structure()
1403 this_node->level = level; in cd9660_convert_structure()
1407 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1430 this_node->level = in cd9660_convert_structure()
1434 this_node) == 0) { in cd9660_convert_structure()
1449 iterator->child, this_node, in cd9660_convert_structure()
1464 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
1472 parent_node, this_node); in cd9660_convert_structure()
1477 this_node = cd9660_allocate_cd9660node(); in cd9660_convert_structure()
1478 if (this_node == NULL) in cd9660_convert_structure()