Lines Matching defs:skip
296 * that it is possible to skip any remaining digits in acc.
692 unsigned int skip :3; /* Non-critical chunks to skip */
744 global->skip = SKIP_NONE;
773 if (global->skip >= SKIP_ALL)
782 if (global->skip >= SKIP_COLOR)
791 if (global->skip >= SKIP_TRANSFORM)
802 if (global->skip >= SKIP_UNUSED)
813 if (global->skip >= SKIP_UNUSED) /* as above */
817 else if (global->skip >= SKIP_UNSAFE)
1321 /* Skip exactly 12 bytes in the input stream - used to skip a CRC and chunk
1685 return 0; /* skip */
1715 /* Skip the language tag (null terminated). */
1722 /* Skip the translated keyword */
1740 return 0; /* skip */
1950 * the caller, if this is png_IDAT return 'skip' to the caller.
1953 return 0; /* skip this for the moment */
2499 int skip = 0;
2518 if (skip > 0) /* Skip CRC and next IDAT header */
2521 skip = 12; /* for the next time */
2672 /* Unrecoverable error; skip the chunk; a zlib_message has already
2741 else /* zlib initialization failed - skip the chunk */
2804 /* The behavior is set by the 'skip' setting; if it is anything other
2806 * corrected CRC and possibly processed, to libpng. Otherwise skip the
2812 if (file->global->skip != SKIP_BAD_CRC)
2828 /* Check for other 'skip' cases and handle these; these only apply to
2935 /* This is the generic code to skip the current chunk; simply jump to the
3399 /* And skip 12 bytes to the next chunk data */
3881 if (global.skip < SKIP_UNSAFE)
3882 global.skip = SKIP_UNSAFE;
3889 if (global.skip < SKIP_UNSAFE)
3890 global.skip = SKIP_UNSAFE;
3906 global.skip = SKIP_NONE;
3909 global.skip = SKIP_BAD_CRC;
3912 global.skip = SKIP_UNSAFE;
3915 global.skip = SKIP_UNUSED;
3918 global.skip = SKIP_TRANSFORM;
3921 global.skip = SKIP_COLOR;
3924 global.skip = SKIP_ALL;