MCPcopy Create free account
hub / github.com/DFHack/dfhack / LodePNGUnknownChunks_init

Function LodePNGUnknownChunks_init

depends/lodepng/lodepng.cpp:2847–2851  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2845#ifdef LODEPNG_COMPILE_ANCILLARY_CHUNKS
2846
2847static void LodePNGUnknownChunks_init(LodePNGInfo* info) {
2848 unsigned i;
2849 for(i = 0; i != 3; ++i) info->unknown_chunks_data[i] = 0;
2850 for(i = 0; i != 3; ++i) info->unknown_chunks_size[i] = 0;
2851}
2852
2853static void LodePNGUnknownChunks_cleanup(LodePNGInfo* info) {
2854 unsigned i;

Callers 2

lodepng_info_initFunction · 0.85
lodepng_info_copyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected