OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ucvector_resize
(Results
1 - 1
of
1
) sorted by null
/external/zopfli/src/zopflipng/lodepng/
lodepng.cpp
207
static unsigned
ucvector_resize
(ucvector* p, size_t size)
function
245
if(!
ucvector_resize
(p, size)) return 0;
266
if(!
ucvector_resize
(p, p->size + 1)) return 0;
338
ucvector_resize
(buffer, buffer->size + 4); /*todo: give error if resize failed*/
[
all
...]
Completed in 57 milliseconds