MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / lodepng_chunk_length

Function lodepng_chunk_length

src/lodepng.cpp:2362–2365  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2360/* ////////////////////////////////////////////////////////////////////////// */
2361
2362unsigned lodepng_chunk_length(const unsigned char* chunk)
2363{
2364 return lodepng_read32bitInt(&chunk[0]);
2365}
2366
2367void lodepng_chunk_type(char type[5], const unsigned char* chunk)
2368{

Callers 6

lodepng_chunk_check_crcFunction · 0.85
lodepng_chunk_nextFunction · 0.85
lodepng_chunk_next_constFunction · 0.85
lodepng_chunk_appendFunction · 0.85
decodeGenericFunction · 0.85

Calls 1

lodepng_read32bitIntFunction · 0.85

Tested by

no test coverage detected