Home | History | Annotate | Download | only in libpng

Lines Matching refs:skip

148 /* Optionally skip data and then check the CRC.  Depending on whether we
154 png_opt_crc_finish(png_structp png_ptr, png_uint_32 skip, int check_crc)
159 for (i = (png_size_t)skip; i > istop; i -= istop)
192 /* Optionally skip data and then check the CRC. Depending on whether we
198 png_crc_finish(png_structp png_ptr, png_uint_32 skip)
200 return png_opt_crc_finish(png_ptr, skip, 1);
1066 png_uint_32 skip = 0;
1095 skip = length - (png_uint_32)65535L;
1105 if (png_crc_finish(png_ptr, skip))
1189 png_uint_32 skip = 0;
1225 skip = length - (png_uint_32)65535L;
1235 if (png_crc_finish(png_ptr, skip))
1773 buf++; /* Skip the null string terminator from previous parameter. */
1861 ep = png_ptr->chunkdata + 1; /* Skip unit byte */
2015 png_uint_32 skip = 0;
2048 skip = length - (png_uint_32)65535L;
2064 if (png_crc_finish(png_ptr, skip))
2194 text++; /* Skip the compression_method byte */
2298 lang++; /* Skip NUL separator */
2320 lang_key++; /* Skip NUL separator */
2332 text++; /* Skip NUL separator */
2384 png_uint_32 skip = 0;
2438 skip = length - (png_uint_32)65535L;
2484 skip = length;
2486 png_crc_finish(png_ptr, skip);