Searched refs:yourDataPtr (Results 1 - 4 of 4) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | FSCopyObject.h | 111 The yourDataPtr parameter can point to whatever data structure you might 129 yourDataPtr --> An optional pointer to whatever data structure you 148 void *yourDataPtr); 155 #define CallCopyObjectFilterProc(userRoutine, containerChanged, currentLevel, currentOSErr, catalogInfo, ref, spec, name, yourDataPtr) \ 156 (*(userRoutine))((containerChanged), (currentLevel), (currentOSErr), (catalogInfo), (ref), (spec), (name), (yourDataPtr)) 178 The yourDataPtr parameter can point to whatever data structure you might 195 yourDataPtr --> An optional pointer to whatever data structure you 209 void *yourDataPtr, // can be NULL
|
H A D | MoreFilesX.h | 1142 void *yourDataPtr); 1154 The yourDataPtr parameter can point to whatever data structure you might 1170 yourDataPtr --> An optional pointer to whatever data structure you 1185 #define CallIterateContainerFilterProc(userRoutine, containerChanged, currentLevel, catalogInfo, ref, spec, name, yourDataPtr) \ 1186 (*(userRoutine))((containerChanged), (currentLevel), (catalogInfo), (ref), (spec), (name), (yourDataPtr)) 1200 void *yourDataPtr); 1213 The yourDataPtr parameter can point to whatever data structure you might 1227 yourDataPtr --> An optional pointer to whatever data structure you
|
H A D | FSCopyObject.c | 134 void *yourDataPtr; member in struct:FilterParams 307 void *yourDataPtr, // can be NULL 336 filterParams.yourDataPtr = yourDataPtr; 434 filterParams->fileNamePtr, filterParams->yourDataPtr); 653 filterParams->fileNamePtr, filterParams->yourDataPtr); 762 filterPtr->fileNamePtr, filterPtr->yourDataPtr); 298 FSCopyObject( const FSRef *source, const FSRef *destDir, UniCharCount nameLength, const UniChar *copyName, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, CopyObjectFilterProcPtr filterProcPtr, void *yourDataPtr, FSRef *newObject) argument
|
H A D | MoreFilesX.c | 81 void *yourDataPtr; /* a pointer to caller supplied data the filter may need to access */ member in struct:FSIterateContainerGlobals 1627 theGlobals->specPtr, theGlobals->namePtr, theGlobals->yourDataPtr); 1671 void *yourDataPtr) 1703 theGlobals.yourDataPtr = yourDataPtr; 1664 FSIterateContainer( const FSRef *container, ItemCount maxLevels, FSCatalogInfoBitmap whichInfo, Boolean wantFSSpec, Boolean wantName, IterateContainerFilterProcPtr iterateFilter, void *yourDataPtr) argument
|
Completed in 3137 milliseconds