Searched refs:containerChanged (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h1171 Boolean containerChanged,
1192 containerChanged --> Set to true if the container's contents changed
1220 #define CallIterateContainerFilterProc(userRoutine, containerChanged, currentLevel, catalogInfo, ref, spec, name, yourDataPtr) \
1221 (*(userRoutine))((containerChanged), (currentLevel), (catalogInfo), (ref), (spec), (name), (yourDataPtr))
1276 Boolean *containerChanged);
1288 containerChanged <-- Set to true if the container changes while the
H A DMoreFilesX.c107 Boolean containerChanged; /* temporary - set to true if the current container changed during iteration */ member in struct:FSIterateContainerGlobals
1641 &theGlobals->containerChanged, theGlobals->whichInfo, &theGlobals->catalogInfo,
1648 theGlobals->containerChanged, theGlobals->currentLevel,
1730 theGlobals.containerChanged = false;
1752 Boolean *containerChanged)
1765 require_action((NULL != refsHandle) && (NULL != numRefs) && (NULL != containerChanged),
1769 *containerChanged = false;
1783 /* if the container changed, set containerChanged for output, but keep going */
1786 *containerChanged = changed;
1748 FSGetDirectoryItems( const FSRef *container, FSRef ***refsHandle, ItemCount *numRefs, Boolean *containerChanged) argument
H A DMoreFilesX.cpp107 Boolean containerChanged; /* temporary - set to true if the current container changed during iteration */ member in struct:FSIterateContainerGlobals
1637 &theGlobals->containerChanged, theGlobals->whichInfo, &theGlobals->catalogInfo,
1644 theGlobals->containerChanged, theGlobals->currentLevel,
1726 theGlobals.containerChanged = false;
1748 Boolean *containerChanged)
1761 require_action((NULL != refsHandle) && (NULL != numRefs) && (NULL != containerChanged),
1765 *containerChanged = false;
1779 /* if the container changed, set containerChanged for output, but keep going */
1782 *containerChanged = changed;
1744 FSGetDirectoryItems( const FSRef *container, FSRef ***refsHandle, ItemCount *numRefs, Boolean *containerChanged) argument

Completed in 53 milliseconds