Searched refs:nextdiroff32 (Results 1 – 1 of 1) sorted by relevance
4786 uint32 nextdiroff32; in TIFFFetchDirectory() local4787 if (!ReadOK(tif, &nextdiroff32, sizeof(uint32))) in TIFFFetchDirectory()4788 nextdiroff32 = 0; in TIFFFetchDirectory()4790 TIFFSwabLong(&nextdiroff32); in TIFFFetchDirectory()4791 *nextdiroff=nextdiroff32; in TIFFFetchDirectory()4889 uint32 nextdiroff32; in TIFFFetchDirectory() local4892 nextdiroff32 = 0; in TIFFFetchDirectory()4894 _TIFFmemcpy(&nextdiroff32, tif->tif_base + off, in TIFFFetchDirectory()4897 TIFFSwabLong(&nextdiroff32); in TIFFFetchDirectory()4898 *nextdiroff = nextdiroff32; in TIFFFetchDirectory()