Searched refs:_TIFFrealloc (Results 1 – 18 of 18) sorted by relevance
| /libtiff-4.0.7/libtiff/ |
| H A D | tif_compress.c | 263 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs() 275 _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs() 286 new_codecs = (TIFFCodec *) _TIFFrealloc(codecs, i * sizeof(TIFFCodec)); in TIFFGetConfiguredCODECs()
|
| H A D | libtiff.def | 164 _TIFFrealloc
|
| H A D | tif_write.c | 687 new_stripoffset = (uint64*)_TIFFrealloc(td->td_stripoffset, in TIFFGrowStrips() 689 new_stripbytecount = (uint64*)_TIFFrealloc(td->td_stripbytecount, in TIFFGrowStrips()
|
| H A D | tif_unix.c | 326 _TIFFrealloc(void* p, tmsize_t s) in _TIFFrealloc() function
|
| H A D | tif_aux.c | 73 cp = _TIFFrealloc(buffer, bytes); in _TIFFCheckRealloc()
|
| H A D | tif_win32.c | 370 _TIFFrealloc(void* p, tmsize_t s) in _TIFFrealloc() function
|
| H A D | tif_vms.c | 280 _TIFFrealloc(tdata_t p, tsize_t s) in _TIFFrealloc() function
|
| H A D | tiffio.h | 296 extern void* _TIFFrealloc(void* p, tmsize_t s);
|
| H A D | tif_dir.c | 516 _TIFFrealloc(td->td_customValues, in _TIFFVSetField()
|
| H A D | tif_jpeg.c | 473 newbuf = _TIFFrealloc((void*) sp->jpegtables, in tables_empty_output_buffer()
|
| /libtiff-4.0.7/tools/ |
| H A D | tiffsplit.c | 247 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[s]); in cpStrips() 281 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[t]); in cpTiles()
|
| H A D | thumbnail.c | 315 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[s]); in cpStrips() 349 buf = (unsigned char *)_TIFFrealloc(buf, (tmsize_t)bytecounts[t]); in cpTiles()
|
| H A D | tiffinfoce.c | 411 buf = _TIFFrealloc(buf, stripbc[s]); in TIFFReadRawData()
|
| H A D | tiffinfo.c | 427 buf = _TIFFrealloc(buf, (tmsize_t)stripbc[s]); in TIFFReadRawData()
|
| H A D | tiffcrop.c | 6136 new_buff = _TIFFrealloc(read_buff, buffsize+3); in loadImage() 7331 new_buff = _TIFFrealloc(sect_buff, sectsize); in createImageSection() 7382 next_buff = _TIFFrealloc(crop_buff, cropsize); in processCropSelections() 7484 next_buff = _TIFFrealloc(crop_buff, cropsize); in processCropSelections() 7623 new_buff = _TIFFrealloc(crop_buff, cropsize); in createCroppedImage()
|
| H A D | tiff2pdf.c | 2566 samplebuffer=(unsigned char*)_TIFFrealloc( in t2p_readwrite_pdf_image() 2597 samplebuffer=(unsigned char*)_TIFFrealloc( in t2p_readwrite_pdf_image()
|
| /libtiff-4.0.7/ |
| H A D | configure.com | 494 _TIFFrealloc=PROCEDURE,- 645 UNIVERSAL=_TIFFrealloc
|
| H A D | ChangeLog | 5299 * libtiff/tif_win32.c: Fixed problem with _TIFFrealloc() when the NULL
|