Searched refs:_TIFFcalloc (Results 1 – 5 of 5) sorted by relevance
294 extern void* _TIFFcalloc(tmsize_t nmemb, tmsize_t siz);
1406 tif->tif_rawdata = (uint8*) _TIFFcalloc(1, tif->tif_rawdatasize); in TIFFReadBufferSetup()
1259 sp->subsampling_convert_ycbcrbuf=_TIFFcalloc(1, sp->subsampling_convert_ycbcrbuflen); in OJPEGWriteHeaderInfo()
4129 … new_sampleinfo = (uint16*) _TIFFcalloc(tif->tif_dir.td_extrasamples, sizeof(uint16)); in TIFFReadDirectory()
77 void* _TIFFcalloc(tmsize_t nmemb, tmsize_t siz) { in _TIFFcalloc() function