Home
last modified time | relevance | path

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

/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/
A Dlibtiff-CVE-2017-18013.patch21 - (unsigned __int64) td->td_stripbytecount[s]);
23 + td->td_stripbytecount ? (unsigned __int64) td->td_stripbytecount[s] : 0);
28 - (unsigned long long) td->td_stripbytecount[s]);
30 + td->td_stripbytecount ? (unsigned long long) td->td_stripbytecount[s] : 0);
A Dlibtiff-CVE-2018-10779.patch18 td->td_stripbytecount = (uint64 *)
22 if (td->td_stripoffset == NULL || td->td_stripbytecount == NULL)
A Dlibtiff-CVE-2017-11613.patch10 memory for the td_stripbytecount and td_stripoffset arrays.
A DChangeLog265 of bytes read in case td_stripbytecount[strip] is bigger than
525 of bytes read in case td_stripbytecount[strip] is bigger than
949 and other functions that expect td_stripbytecount to be non NULL.
4328 to new tstrile_t, types of td_stripoffset and td_stripbytecount to
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/libtiff/
A Dtif_write.c133 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteScanline()
136 td->td_stripbytecount[strip] = 0; in TIFFWriteScanline()
239 if( td->td_stripbytecount[strip] > 0 ) in TIFFWriteEncodedStrip()
407 if( td->td_stripbytecount[tile] > 0 ) in TIFFWriteEncodedTile()
545 td->td_stripbytecount = (uint64 *) in TIFFSetupStrips()
703 td->td_stripbytecount = new_stripbytecount; in TIFFGrowStrips()
706 _TIFFmemset(td->td_stripbytecount + td->td_nstrips, in TIFFGrowStrips()
728 if( td->td_stripbytecount[strip] != 0 in TIFFAppendToStrip()
761 old_byte_count = td->td_stripbytecount[strip]; in TIFFAppendToStrip()
762 td->td_stripbytecount[strip] = 0; in TIFFAppendToStrip()
[all …]
A Dtif_read.c176 if (!_TIFFFillStriles( tif ) || !tif->tif_dir.td_stripbytecount) in TIFFFillStripPartial()
246 if( (uint64) to_read > td->td_stripbytecount[strip] in TIFFFillStripPartial()
249 to_read = (tmsize_t) td->td_stripbytecount[strip] in TIFFFillStripPartial()
288 (uint64)tif->tif_rawcc < td->td_stripbytecount[strip] ) in TIFFFillStripPartial()
349 whole_strip = tif->tif_dir.td_stripbytecount[strip] < 10 in TIFFSeek()
731 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip()
771 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip()
1191 bytecount64 = td->td_stripbytecount[tile]; in TIFFReadRawTile()
1218 uint64 bytecount = td->td_stripbytecount[tile]; in TIFFFillTile()
1455 tif->tif_rawcc = (tmsize_t)td->td_stripbytecount[strip]; in TIFFStartStrip()
[all …]
A Dtif_print.c671 td->td_stripbytecount ? (unsigned __int64) td->td_stripbytecount[s] : 0); in TIFFPrintDirectory()
676 td->td_stripbytecount ? (unsigned long long) td->td_stripbytecount[s] : 0); in TIFFPrintDirectory()
A Dtif_dirread.c4175 && tif->tif_dir.td_stripbytecount[0] != tif->tif_dir.td_stripbytecount[1] in TIFFReadDirectory()
4176 && tif->tif_dir.td_stripbytecount[0] != 0 in TIFFReadDirectory()
4492 if (td->td_stripbytecount) in EstimateStripByteCounts()
4493 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts()
4494 td->td_stripbytecount = (uint64*) in EstimateStripByteCounts()
4497 if( td->td_stripbytecount == NULL ) in EstimateStripByteCounts()
4542 td->td_stripbytecount[strip] = space; in EstimateStripByteCounts()
4557 td->td_stripbytecount[strip] = bytespertile; in EstimateStripByteCounts()
5724 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
5806 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip()
[all …]
A Dtif_dir.h99 uint64* td_stripbytecount; member
A Dtif_strip.c153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64()
A Dtif_ojpeg.c1996 || sp->tif->tif_dir.td_stripbytecount == NULL) in OJPEGReadBufferFill()
2008 else if (sp->tif->tif_dir.td_stripbytecount==NULL) in OJPEGReadBufferFill()
2012 if (sp->tif->tif_dir.td_stripbytecount == 0) { in OJPEGReadBufferFill()
2016 sp->in_buffer_file_togo=sp->tif->tif_dir.td_stripbytecount[sp->in_buffer_next_strile]; in OJPEGReadBufferFill()
A Dtif_jpeg.c788 if( tif->tif_dir.td_stripbytecount == NULL in JPEGFixupTagsSubsampling()
790 || tif->tif_dir.td_stripbytecount[0] == 0 ) in JPEGFixupTagsSubsampling()
811 m.filebytesleft=tif->tif_dir.td_stripbytecount[0]; in JPEGFixupTagsSubsampling()
A Dtif_dir.c1012 *va_arg(ap, uint64**) = td->td_stripbytecount; in _TIFFVGetField()
1272 CleanupField(td_stripbytecount); in TIFFFreeDirectory()
A Dtif_dirwrite.c533 …rray(tif,&ndir,dir,TIFFTAG_STRIPBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec()
538 …Array(tif,&ndir,dir,TIFFTAG_TILEBYTECOUNTS,tif->tif_dir.td_nstrips,tif->tif_dir.td_stripbytecount)) in TIFFWriteDirectorySec()
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/pds/
A Dtif_pdsdirread.c294 if (td->td_stripbytecount) in EstimateStripByteCounts()
295 _TIFFfree(td->td_stripbytecount); in EstimateStripByteCounts()
296 td->td_stripbytecount = (uint32*) in EstimateStripByteCounts()
315 td->td_stripbytecount[i] = space; in EstimateStripByteCounts()
324 if (td->td_stripoffset[i] + td->td_stripbytecount[i] > filesize) in EstimateStripByteCounts()
325 td->td_stripbytecount[i] = in EstimateStripByteCounts()
331 td->td_stripbytecount[i] = rowbytes*rowsperstrip; in EstimateStripByteCounts()
1063 uint32 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip()
1119 _TIFFfree(td->td_stripbytecount); in ChopUpSingleUncompressedStrip()
1121 td->td_stripbytecount = newcounts; in ChopUpSingleUncompressedStrip()

Completed in 75 milliseconds