Searched refs:uivector (Results 1 – 1 of 1) sorted by relevance
228 typedef struct uivector { struct232 } uivector; argument236 ((uivector *)p)->size = ((uivector *)p)->allocsize = 0; in uivector_cleanup()237 lodepng_free(((uivector *)p)->data); in uivector_cleanup()238 ((uivector *)p)->data = NULL; in uivector_cleanup()242 static unsigned uivector_resize(uivector * p, size_t size) in uivector_resize()258 static void uivector_init(uivector * p) in uivector_init()265 static unsigned uivector_push_back(uivector * p, unsigned c) in uivector_push_back()1548 static void addLengthDistance(uivector * values, size_t length, size_t distance) in addLengthDistance()1682 static unsigned encodeLZ77(uivector * out, Hash * hash, in encodeLZ77()[all …]