Searched refs:TIFF_MAPPED (Results 1 – 2 of 2) sorted by relevance
158 tif->tif_flags |= TIFF_MAPPED;247 tif->tif_flags |= TIFF_MAPPED;251 tif->tif_flags &= ~TIFF_MAPPED;459 if (tif->tif_flags & TIFF_MAPPED)468 tif->tif_flags &= ~TIFF_MAPPED;
129 #define TIFF_MAPPED 0x00800U /* file is mapped into memory */ macro229 #define isMapped(tif) (((tif)->tif_flags & TIFF_MAPPED) != 0)