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 */
3457 na->tdir_tag=IGNORE;
3496 dp->tdir_tag=IGNORE;
3519 dp->tdir_tag=IGNORE;
3531 if (dp->tdir_tag!=IGNORE)
3551 dp->tdir_tag=IGNORE;
3558 if (dp->tdir_tag!=IGNORE)
3562 dp->tdir_tag=IGNORE;
3584 dp->tdir_tag=IGNORE;
3673 case IGNORE:
4189 dp->tdir_tag=IGNORE;
4195 if (dp->tdir_tag!=IGNORE)
4199 dp->tdir_tag=IGNORE;
4219 dp->tdir_tag=IGNORE;
4233 dp->tdir_tag=IGNORE;
4239 case IGNORE:
4405 * caller is expected to skip/ignore the tag if there is a mismatch.