Lines Matching defs:this_node
1223 cd9660node *this_node;
1244 if ((this_node = cd9660_allocate_cd9660node()) == NULL) {
1262 this_node->parent = parent_node;
1264 this_node);
1265 this_node->level = level;
1269 this_node->type = CD9660_TYPE_DIR;
1292 this_node->level =
1296 this_node) == 0) {
1311 iterator->child, this_node,
1326 this_node->type = CD9660_TYPE_FILE;
1334 parent_node, this_node);
1339 this_node = cd9660_allocate_cd9660node();
1340 if (this_node == NULL)