Searched refs:tif_diroff (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_dirwrite.c156 if (tif->tif_diroff == 0 && !TIFFLinkDirectory(tif))
159 tif->tif_diroff + sizeof (uint16) + dirsize + sizeof (toff_t));
333 tif->tif_diroff
378 (void) TIFFSeekFile(tif, tif->tif_diroff, SEEK_SET);
473 tif->tif_diroff = (TIFFSeekFile(tif, (toff_t) 0, SEEK_END)+1) &~ 1;
475 tif->tif_diroff + sizeof (uint16) + dirsize + sizeof (toff_t));
535 (void) TIFFSeekFile(tif, tif->tif_diroff, SEEK_SET);
1251 if( tif->tif_diroff == 0 )
1260 if (tif->tif_header.tiff_diroff == tif->tif_diroff)
1263 tif->tif_diroff
[all...]
H A Dtif_print.c201 (unsigned long)tif->tif_diroff, (unsigned long)tif->tif_diroff);
H A Dtif_open.c353 tif->tif_diroff = 0;
H A Dtiffiop.h129 toff_t tif_diroff; /* file offset of current directory */ member in struct:tiff
H A Dtif_dir.c1043 tif->tif_diroff = 0;
1244 return (tif->tif_diroff);
1322 tif->tif_diroff = 0; /* force link on next write */
H A Dtif_dirread.c89 tif->tif_diroff = tif->tif_nextdiroff;
1110 tif->tif_diroff = diroff;
1114 if (!SeekOK(tif, tif->tif_diroff)) {
1147 toff_t off = tif->tif_diroff;
H A Dtif_jpeg.c2030 if( tif->tif_diroff == 0 )
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirwrite.c897 tif->tif_diroff = (TIFFSeekFile(tif, (toff_t) 0, SEEK_END)+1) &~ 1;
898 diroff = (uint32) tif->tif_diroff;
926 tif->tif_header.tiff_diroff = (uint32) tif->tif_diroff;

Completed in 99 milliseconds