Searched refs:TIFF_MAPPED (Results 1 – 5 of 5) sorted by relevance
159 tif->tif_flags |= TIFF_MAPPED;246 tif->tif_flags |= TIFF_MAPPED;250 tif->tif_flags &= ~TIFF_MAPPED;443 if (tif->tif_flags & TIFF_MAPPED)452 tif->tif_flags &= ~TIFF_MAPPED;
191 tif->tif_flags &= ~TIFF_MAPPED; in TIFFInitJBIG()
112 #define TIFF_MAPPED 0x00800 /* file is mapped into memory */ macro209 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)
117 #define TIFF_MAPPED 0x00800 /* file is mapped into memory */ macro214 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)