Home
last modified time | relevance | path

Searched refs:lodepng_chunk_check_crc (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/src/libs/lodepng/
Dlodepng.h975 unsigned lodepng_chunk_check_crc(const unsigned char * chunk);
Dlodepng.c2912 unsigned lodepng_chunk_check_crc(const unsigned char * chunk) in lodepng_chunk_check_crc() function
5581 if(lodepng_chunk_check_crc(chunk)) return 57; /*invalid CRC*/ in lodepng_inspect_chunk()
5756 if(lodepng_chunk_check_crc(chunk)) CERROR_BREAK(state->error, 57); /*invalid CRC*/ in decodeGeneric()