Searched defs:currentLevel (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DFSCopyObject.c162 ItemCount currentLevel; /* the current level FSCopyFolderLevel is on */ member in struct:FSCopyObjectGlobals
631 theGlobals.currentLevel = 0;
651 theGlobals.currentLevel, theGlobals.result, &theGlobals.catalogInfo,
666 // If currentLevel < maxLevels, look at this level
668 (theGlobals->currentLevel < theGlobals->maxLevels) )
681 if (theGlobals->currentLevel == 0 && destName)
715 ++theGlobals->currentLevel; // setup to go to the next level
759 theGlobals->containerChanged, theGlobals->currentLevel,
786 --theGlobals->currentLevel;
H A DMoreFilesX.c83 ItemCount currentLevel; /* the current level FSIterateContainerLevel is on */ member in struct:FSIterateContainerGlobals
1604 /* If currentLevel < maxLevels, look at this level */
1606 (theGlobals->currentLevel < theGlobals->maxLevels) )
1612 ++theGlobals->currentLevel; /* Go to next level */
1625 theGlobals->containerChanged, theGlobals->currentLevel,
1650 --theGlobals->currentLevel; /* Return to previous level as we leave */
1705 theGlobals.currentLevel = 0;

Completed in 83 milliseconds