Lines Matching refs:nextNode
695 const NWildcard::CCensorNode *nextNode = NULL;
702 nextNode = &curNode.SubNodes[(unsigned)index];
707 if (!nextNode)
731 nextNode = &curNode;
735 *nextNode, phyParent, logParent, fi.Name,
737 newParts, // relative to (*nextNode). (*nextNode + newParts) includes (fi.Name)
957 const NWildcard::CCensorNode *nextNode = NULL;
964 nextNode = &curNode.SubNodes[(unsigned)index];
986 nextNode = &curNode;
990 RINOK(EnumerateDirItems_Spec(*nextNode, phyParent, logParent, fi.Name, phyPrefix,
999 const NWildcard::CCensorNode &nextNode = curNode.SubNodes[i];
1000 FString fullPath = phyPrefix + us2fs(nextNode.Name);
1003 if (nextNode.Name.IsEmpty())
1013 if (NWildcard::IsDriveColonName(nextNode.Name))
1019 if ((phyPrefix.IsEmpty() && nextNode.Name.IsEmpty())
1021 || IsVirtualFsFolder(phyPrefix, nextNode.Name)
1026 fi.Name = us2fs(nextNode.Name);
1032 if (!nextNode.AreThereIncludeItems())
1045 RINOK(EnumerateDirItems_Spec(nextNode, phyParent, logParent, fi.Name, phyPrefix,
1621 NWildcard::CCensorNode &nextNode = node.SubNodes[i];
1622 ConvertToLongNames(prefix + nextNode.Name + WCHAR_PATH_SEPARATOR, nextNode);