Home
last modified time | relevance | path

Searched refs:dir_offset (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/e2fsck/
Drehash.c115 unsigned int offset, dir_offset, rec_len, name_len; in fill_dir_block() local
147 dir_offset = 0; in fill_dir_block()
148 while (dir_offset < fs->blocksize) { in fill_dir_block()
149 dirent = (struct ext2_dir_entry *) (dir + dir_offset); in fill_dir_block()
152 if (((dir_offset + rec_len) > fs->blocksize) || in fill_dir_block()
159 dir_offset += rec_len; in fill_dir_block()
/external/ImageMagick/MagickCore/
Dproperty.c1458 dir_offset; in GetEXIFProperty() local
1463 dir_offset=(ssize_t) ReadPropertySignedLong(endian,q+8); in GetEXIFProperty()
1464 if ((dir_offset < 0) || (size_t) dir_offset >= length) in GetEXIFProperty()
1466 if ((ssize_t) (dir_offset+number_bytes) < dir_offset) in GetEXIFProperty()
1468 if ((size_t) (dir_offset+number_bytes) > length) in GetEXIFProperty()
1470 p=(unsigned char *) (exif+dir_offset); in GetEXIFProperty()