Searched refs:uivector_resize (Results 1 – 1 of 1) sorted by relevance
143 static unsigned uivector_resize(uivector* p, size_t size) in uivector_resize() function165 if(!uivector_resize(p, size)) return 0; in uivector_resizev()180 if(!uivector_resize(p, p->size + 1)) return 0; in uivector_push_back()189 if(!uivector_resize(p, q->size)) return 0; in uivector_copy()1738 if(!uivector_resize(&lz77_encoded, datasize)) ERROR_BREAK(83 /*alloc fail*/); in deflateDynamic()1834 if(!uivector_resize(&bitlen_cl, tree_cl.numcodes)) ERROR_BREAK(83 /*alloc fail*/); in deflateDynamic()1843 if(!uivector_resize(&bitlen_cl, bitlen_cl.size - 1)) ERROR_BREAK(83 /*alloc fail*/); in deflateDynamic()