Home
last modified time | relevance | path

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

/reactos/dll/3rdparty/libtiff/
H A Dtif_dirread.c4786 uint32 nextdiroff32; in TIFFFetchDirectory() local
4787 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() local
4892 nextdiroff32 = 0; in TIFFFetchDirectory()
4894 _TIFFmemcpy(&nextdiroff32, tif->tif_base + off, in TIFFFetchDirectory()
4897 TIFFSwabLong(&nextdiroff32); in TIFFFetchDirectory()
4898 *nextdiroff = nextdiroff32; in TIFFFetchDirectory()