Home | History | Annotate | Download | only in libtiff

Lines Matching refs:IGNORE

34  * - add a field 'ignore' to the TIFFDirEntry structure, to flag status,
35 * eliminating current use of the IGNORE value, and therefore eliminating
44 #define IGNORE 0 /* tag placeholder used below */
3438 na->tdir_tag=IGNORE;
3477 dp->tdir_tag=IGNORE;
3500 dp->tdir_tag=IGNORE;
3512 if (dp->tdir_tag!=IGNORE)
3532 dp->tdir_tag=IGNORE;
3539 if (dp->tdir_tag!=IGNORE)
3543 dp->tdir_tag=IGNORE;
3565 dp->tdir_tag=IGNORE;
3654 case IGNORE:
4185 dp->tdir_tag=IGNORE;
4191 if (dp->tdir_tag!=IGNORE)
4195 dp->tdir_tag=IGNORE;
4215 dp->tdir_tag=IGNORE;
4229 dp->tdir_tag=IGNORE;
4235 case IGNORE:
4410 * caller is expected to skip/ignore the tag if there is a mismatch.