Home | History | Annotate | Download | only in libpng

Lines Matching refs:skip

1450    png_uint_32 skip_length PNG_DEPSTRUCT;          /* bytes to skip in input data */
3286 /* Read "skip" bytes, read the file crc, and (optionally) verify png_ptr->crc */
3287 PNG_EXTERN int png_crc_finish PNGARG((png_structp png_ptr, png_uint_32 skip)
3291 /* Read "skip" bytes, read the file crc, and (optionally) verify png_ptr->crc */
3293 png_uint_32 skip, int check_crc)