Searched refs:zcalloc (Results 1 - 3 of 3) sorted by relevance

/haiku/src/bin/unzip/
H A Dfunzip.c332 inflation. But, like in UnZip, the zcalloc() wrapper function
338 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
H A Dunzpriv.h1113 # define zcalloc(items, size) \ macro
2067 zvoid far *zcalloc OF((unsigned int, unsigned int));
H A Dunzip.c671 compile time and provide constants to the zcalloc() call.
679 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);

Completed in 37 milliseconds