Lines Matching refs:this_node
1319 cd9660node *this_node; in cd9660_convert_structure() local
1340 if ((this_node = cd9660_allocate_cd9660node()) == NULL) { in cd9660_convert_structure()
1358 this_node->parent = parent_node; in cd9660_convert_structure()
1360 this_node); in cd9660_convert_structure()
1361 this_node->level = level; in cd9660_convert_structure()
1365 this_node->type = CD9660_TYPE_DIR; in cd9660_convert_structure()
1388 this_node->level = in cd9660_convert_structure()
1392 this_node) == NULL) { in cd9660_convert_structure()
1407 iterator->child, this_node, in cd9660_convert_structure()
1422 this_node->type = CD9660_TYPE_FILE; in cd9660_convert_structure()
1430 parent_node, this_node); in cd9660_convert_structure()
1435 this_node = cd9660_allocate_cd9660node(); in cd9660_convert_structure()
1436 if (this_node == NULL) in cd9660_convert_structure()