Searched refs:GetDirectoryID (Results 1 - 10 of 10) 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.c156 result = GetDirectoryID(vRefNum, dirID, name, &theDirID, &isDirectory);
H A DDirectoryCopy.c458 error = GetDirectoryID(srcVRefNum, srcDirID, srcName, &srcDirID, &isDirectory);
481 error = GetDirectoryID(dstVRefNum, dstDirID, dstName, &dstDirID, &isDirectory);
H A DMoreFilesExtras.h1239 #define GetDirID(vRefNum, dirID, name, theDirID, isDirectory) GetDirectoryID(vRefNum, dirID, name, theDirID, isDirectory)
1242 GetDirectoryID(
1251 The GetDirectoryID function gets the directory ID number of the
H A DMoreFilesExtras.c1544 pascal OSErr GetDirectoryID(short vRefNum, function
1576 return ( GetDirectoryID(spec->vRefNum, spec->parID, spec->name,
1978 /* to this routine, I could rip out calls to DetermineVRefNum and GetDirectoryID and this */
1980 /* GetDirectoryID and because GetDirectoryID blows away the directory index hint the Macintosh */
1990 error = GetDirectoryID(vRefNum, dirID, name, &theDirID, &isDirectory);
2101 error = GetDirectoryID(vRefNum, dirID, name, &dirID, &isDirectory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DIterateDirectory.c156 result = GetDirectoryID(vRefNum, dirID, name, &theDirID, &isDirectory);
H A DDirectoryCopy.c458 error = GetDirectoryID(srcVRefNum, srcDirID, srcName, &srcDirID, &isDirectory);
481 error = GetDirectoryID(dstVRefNum, dstDirID, dstName, &dstDirID, &isDirectory);
H A DMoreFilesExtras.h1239 #define GetDirID(vRefNum, dirID, name, theDirID, isDirectory) GetDirectoryID(vRefNum, dirID, name, theDirID, isDirectory)
1242 GetDirectoryID(
1251 The GetDirectoryID function gets the directory ID number of the
H A DMoreFilesExtras.c1544 pascal OSErr GetDirectoryID(short vRefNum, function
1576 return ( GetDirectoryID(spec->vRefNum, spec->parID, spec->name,
1978 /* to this routine, I could rip out calls to DetermineVRefNum and GetDirectoryID and this */
1980 /* GetDirectoryID and because GetDirectoryID blows away the directory index hint the Macintosh */
1990 error = GetDirectoryID(vRefNum, dirID, name, &theDirID, &isDirectory);
2101 error = GetDirectoryID(vRefNum, dirID, name, &dirID, &isDirectory);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Drecurse.c172 result = GetDirectoryID(vRefNum, thedirID, name, &DirID, &isDirectory);
H A Dmacstuff.c435 return ( GetDirectoryID(spec->vRefNum, spec->parID, spec->name,
442 pascal OSErr GetDirectoryID(short vRefNum, function

Completed in 226 milliseconds