Home
last modified time | relevance | path

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

/lvgl-latest/src/extra/libs/png/
Dlodepng.c2225 static unsigned zlib_decompress(unsigned char** out, size_t* outsize, size_t expected_size, in zlib_decompress() function
2308 static unsigned zlib_decompress(unsigned char** out, size_t* outsize, size_t expected_size, in zlib_decompress() function
4505 error = zlib_decompress(&str, &size, 0, &data[string2_begin], in readChunk_zTXt()
4587 error = zlib_decompress(&str, &size, 0, &data[begin], in readChunk_iTXt()
4696 error = zlib_decompress(&info->iccp_profile, &size, 0, in readChunk_iCCP()
4937 …state->error = zlib_decompress(&scanlines, &scanlines_size, expected_size, idat, idatsize, &state-… in decodeGeneric()
6298 unsigned error = zlib_decompress(&buffer, &buffersize, 0, in, insize, &settings); in decompress()