Lines Matching full:dirend
567 unsigned char * DirEnd;568 DirEnd = DIR_ENTRY_ADDR(DirStart, NumDirEntries);569 if (DirEnd+4 > (OffsetBase+ExifLength)){570 if (DirEnd+2 == OffsetBase+ExifLength || DirEnd == OffsetBase+ExifLength){579 printf("Map: %05d-%05d: Directory\n",(int)(DirStart-OffsetBase), (int)(DirEnd+4-OffsetBase));