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

Function ucvector_init

samples/shared/lodepng.cpp:251–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251static void ucvector_init(ucvector* p)
252{
253 p->data = NULL;
254 p->size = p->allocsize = 0;
255}
256
257#ifdef LODEPNG_COMPILE_DECODER
258/*resize and give all new elements the value*/

Callers 15

readChunk_zTXtFunction · 0.85
readChunk_iTXtFunction · 0.85
decodeGenericFunction · 0.85
lodepng.cppFile · 0.85
addChunk_IHDRFunction · 0.85
addChunk_PLTEFunction · 0.85
addChunk_tRNSFunction · 0.85
addChunk_IDATFunction · 0.85
addChunk_tEXtFunction · 0.85
addChunk_zTXtFunction · 0.85
addChunk_iTXtFunction · 0.85
addChunk_bKGDFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected