Searched refs:tif_size (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_close.c59 TIFFUnmapFileContents(tif, tif->tif_base, tif->tif_size);
H A Dtif_read.c195 if (td->td_stripoffset[strip] + size > tif->tif_size) {
201 (u_long) tif->tif_size - td->td_stripoffset[strip],
274 if ( td->td_stripoffset[strip] + bytecount > tif->tif_size) {
283 (u_long) tif->tif_size - td->td_stripoffset[strip],
397 if (td->td_stripoffset[tile] + size > tif->tif_size) {
404 (u_long) tif->tif_size - td->td_stripoffset[tile],
471 if ( td->td_stripoffset[tile] + bytecount > tif->tif_size) {
H A Dtif_open.c365 !TIFFMapFileContents(tif, (tdata_t*) &tif->tif_base, &tif->tif_size))
H A Dtiffiop.h144 toff_t tif_size; /* size of mapped file region (bytes) */ member in struct:tiff
H A Dtif_dirread.c167 if (off + sizeof (uint16) > tif->tif_size) {
181 if (off + dircount*sizeof (TIFFDirEntry) > tif->tif_size) {
191 if (off + sizeof (uint32) <= tif->tif_size)
749 if (dir->tdir_offset + cc > tif->tif_size)
H A Dtif_ojpeg.c2470 tif->tif_size = 0;
2510 if (!(tif->tif_base = _TIFFmalloc(tif->tif_size=TIFFGetFileSize(tif))))
2515 if (!SeekOK(tif,0) || !ReadOK(tif,tif->tif_base,tif->tif_size))
2577 { uint32 maxoffset = tif->tif_size;
H A Dtif_dir.c1184 if (poff+sizeof(uint16) > tif->tif_size)
1196 if (((toff_t) (poff+sizeof (uint32))) > tif->tif_size)

Completed in 98 milliseconds