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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c210 HFSExtentDescriptor *rsrcExtent; local
234 rsrcExtent = (HFSExtentDescriptor*) &catalogRecord->hfsFile.rsrcExtents;
241 if ( (rsrcExtent[i].blockCount > 0) && (rsrcExtent[i].startBlock == 0) )
252 HFSPlusExtentDescriptor *rsrcExtent; local
267 rsrcExtent = (HFSPlusExtentDescriptor*) &catalogRecord->hfsPlusFile.resourceFork.extents;
274 if ( (rsrcExtent[i].blockCount > 0) && (rsrcExtent[i].startBlock == 0) )

Completed in 21 milliseconds