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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DSVerify1.c1791 if ( GPtr->DirLevel > GPtr->dirPathCount )
1795 ptr = realloc(GPtr->DirPTPtr, (GPtr->dirPathCount + CMMaxDepth) * sizeof(SDPR));
1798 fsckPrint(GPtr->context, E_CatDepth, GPtr->dirPathCount);
1801 ClearMemory((char *)ptr + (GPtr->dirPathCount * sizeof(SDPR)), (CMMaxDepth * sizeof(SDPR)));
1802 GPtr->dirPathCount += CMMaxDepth;
1903 if ( GPtr->DirLevel > GPtr->dirPathCount )
1907 ptr = realloc(GPtr->DirPTPtr, (GPtr->dirPathCount + CMMaxDepth) * sizeof(SDPR));
1910 fsckPrint(GPtr->context, E_CatDepth, GPtr->dirPathCount);
1913 ClearMemory((char *)ptr + (GPtr->dirPathCount * sizeof(SDPR)), (CMMaxDepth * sizeof(SDPR)));
1914 GPtr->dirPathCount
[all...]
H A DSControl.c1190 GPtr->dirPathCount = CMMaxDepth;
H A DScavenger.h700 uint32_t dirPathCount; // number of SDPR entries allocated in directory path table member in struct:SGlob

Completed in 143 milliseconds