MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / uivector_init

Function uivector_init

samples/shared/lodepng.cpp:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181static void uivector_init(uivector* p)
182{
183 p->data = NULL;
184 p->size = p->allocsize = 0;
185}
186
187#ifdef LODEPNG_COMPILE_ENCODER
188/*returns 1 if success, 0 if failure ==> nothing done*/

Callers 4

coin_initFunction · 0.85
deflateDynamicFunction · 0.85
deflateFixedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected