Home
last modified time | relevance | path

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

/libtiff-4.0.7/tools/
H A Dtiffcrop.c987 unsigned char *tbuff = NULL; in readSeparateTilesIntoBuffer() local
994 tbuff = (unsigned char *)_TIFFmalloc(tilesize + 8); in readSeparateTilesIntoBuffer()
995 if (!tbuff) in readSeparateTilesIntoBuffer()
1003 srcbuffs[sample] = tbuff; in readSeparateTilesIntoBuffer()
1026 tbuff = srcbuffs[sample]; in readSeparateTilesIntoBuffer()
1027 if (tbuff != NULL) in readSeparateTilesIntoBuffer()
1028 _TIFFfree(tbuff); in readSeparateTilesIntoBuffer()
1111 tbuff = srcbuffs[sample]; in readSeparateTilesIntoBuffer()
1112 if (tbuff != NULL) in readSeparateTilesIntoBuffer()
1113 _TIFFfree(tbuff); in readSeparateTilesIntoBuffer()