Lines Matching refs:this_node
1345 cd9660node *this_node; in cd9660_convert_structure() local
1366 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1384 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()
1461 this_node = cd9660_allocate_cd9660node(); in cd9660_convert_structure()
1462 if (this_node == NULL) in cd9660_convert_structure()