Lines Matching refs:td_stripoffset
464 td->td_stripoffset = (uint64 *)
468 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
474 _TIFFmemset(td->td_stripoffset, 0, td->td_nstrips*sizeof (uint64));
535 if (tif->tif_dir.td_stripoffset == NULL && !TIFFSetupStrips(tif)) {
609 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset,
622 td->td_stripoffset = new_stripoffset;
624 _TIFFmemset(td->td_stripoffset + td->td_nstrips,
645 if (td->td_stripoffset[strip] == 0 || tif->tif_curoff == 0) {
649 && td->td_stripoffset[strip] != 0
659 if (!SeekOK(tif, td->td_stripoffset[strip])) {
672 td->td_stripoffset[strip] = TIFFSeekFile(tif, 0, SEEK_END);
676 tif->tif_curoff = td->td_stripoffset[strip];