Home | History | Annotate | Download | only in libtiff

Lines Matching full:entry_offset

2580     uint64 entry_offset = 0;
2696 entry_offset = value;
2704 memcpy( &entry_offset, direntry_raw + 12, sizeof(uint64) );
2706 TIFFSwabLong8( &entry_offset );
2791 entry_offset = read_offset + 8;
2799 entry_offset = read_offset + 12;
2811 if (!SeekOK(tif, entry_offset)) {
2834 entry_offset = TIFFSeekFile(tif,0,SEEK_END);
2847 memcpy( &entry_offset, buf_to_write, count*TIFFDataWidth(datatype));
2867 value = (uint32) entry_offset;
2878 memcpy( direntry_raw + 12, &entry_offset, sizeof(uint64) );