Searched refs:yourDataPtr (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DIterateDirectory.h64 typedef CALLBACK_API( void , IterateFilterProcPtr )(const CInfoPBRec *cpbPtr, Boolean *quitFlag, void *yourDataPtr);
76 The yourDataPtr parameter can point to whatever data structure you might
85 yourDataPtr input: A pointer to whatever data structure you might
92 #define CallIterateFilterProc(userRoutine, cpbPtr, quitFlag, yourDataPtr) \
93 (*(userRoutine))((cpbPtr), (quitFlag), (yourDataPtr))
104 void * yourDataPtr);
118 The yourDataPtr parameter can point to whatever data structure you might
130 yourDataPtr input: A pointer to whatever data structure you might
157 void * yourDataPtr);
171 The yourDataPtr paramete
[all...]
H A DIterateDirectory.c66 void *yourDataPtr; /* A pointer to caller data the filter may need to access */ member in struct:IterateGlobals
110 CallIterateFilterProc(theGlobals->iterateFilter, &theGlobals->cPB, &theGlobals->quitFlag, theGlobals->yourDataPtr);
144 void *yourDataPtr)
174 theGlobals.yourDataPtr = yourDataPtr;
201 void *yourDataPtr)
204 maxLevels, iterateFilter, yourDataPtr) );
139 IterateDirectory(short vRefNum, long dirID, ConstStr255Param name, unsigned short maxLevels, IterateFilterProcPtr iterateFilter, void *yourDataPtr) argument
198 FSpIterateDirectory(const FSSpec *spec, unsigned short maxLevels, IterateFilterProcPtr iterateFilter, void *yourDataPtr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DIterateDirectory.h64 typedef CALLBACK_API( void , IterateFilterProcPtr )(const CInfoPBRec *cpbPtr, Boolean *quitFlag, void *yourDataPtr);
76 The yourDataPtr parameter can point to whatever data structure you might
85 yourDataPtr input: A pointer to whatever data structure you might
92 #define CallIterateFilterProc(userRoutine, cpbPtr, quitFlag, yourDataPtr) \
93 (*(userRoutine))((cpbPtr), (quitFlag), (yourDataPtr))
104 void * yourDataPtr);
118 The yourDataPtr parameter can point to whatever data structure you might
130 yourDataPtr input: A pointer to whatever data structure you might
157 void * yourDataPtr);
171 The yourDataPtr paramete
[all...]
H A DIterateDirectory.c66 void *yourDataPtr; /* A pointer to caller data the filter may need to access */ member in struct:IterateGlobals
110 CallIterateFilterProc(theGlobals->iterateFilter, &theGlobals->cPB, &theGlobals->quitFlag, theGlobals->yourDataPtr);
144 void *yourDataPtr)
174 theGlobals.yourDataPtr = yourDataPtr;
201 void *yourDataPtr)
204 maxLevels, iterateFilter, yourDataPtr) );
139 IterateDirectory(short vRefNum, long dirID, ConstStr255Param name, unsigned short maxLevels, IterateFilterProcPtr iterateFilter, void *yourDataPtr) argument
198 FSpIterateDirectory(const FSSpec *spec, unsigned short maxLevels, IterateFilterProcPtr iterateFilter, void *yourDataPtr) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefilex/
H A DMoreFilesX.h1177 void *yourDataPtr);
1189 The yourDataPtr parameter can point to whatever data structure you might
1205 yourDataPtr --> An optional pointer to whatever data structure you
1220 #define CallIterateContainerFilterProc(userRoutine, containerChanged, currentLevel, catalogInfo, ref, spec, name, yourDataPtr) \
1221 (*(userRoutine))((containerChanged), (currentLevel), (catalogInfo), (ref), (spec), (name), (yourDataPtr))
1235 void *yourDataPtr);
1248 The yourDataPtr parameter can point to whatever data structure you might
1262 yourDataPtr --> An optional pointer to whatever data structure you
H A DMoreFilesX.c103 void *yourDataPtr; /* a pointer to caller supplied data the filter may need to access */ member in struct:FSIterateContainerGlobals
1650 theGlobals->specPtr, theGlobals->namePtr, theGlobals->yourDataPtr);
1694 void *yourDataPtr)
1726 theGlobals.yourDataPtr = yourDataPtr;
1687 FSIterateContainer( const FSRef *container, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, IterateContainerFilterProcPtr iterateFilter, void *yourDataPtr) argument
H A DMoreFilesX.cpp103 void *yourDataPtr; /* a pointer to caller supplied data the filter may need to access */ member in struct:FSIterateContainerGlobals
1646 theGlobals->specPtr, theGlobals->namePtr, theGlobals->yourDataPtr);
1690 void *yourDataPtr)
1722 theGlobals.yourDataPtr = yourDataPtr;
1683 FSIterateContainer( const FSRef *container, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, IterateContainerFilterProcPtr iterateFilter, void *yourDataPtr) argument

Completed in 195 milliseconds