Searched refs:Slide (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.c679 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
682 G.area.shrink.Parent = (shrint *)G.area.Slide;
683 G.area.shrink.value = G.area.Slide + (sizeof(shrint)*(HSIZE));
684 G.area.shrink.Stack = G.area.Slide +
1006 if (G.area.Slide != (uch *)NULL) {
1007 free(G.area.Slide);
1008 G.area.Slide = (uch *)NULL;
H A Dprocess.c512 if (G.area.Slide) {
513 free(G.area.Slide);
514 G.area.Slide = (uch *)NULL;
H A Dfunzip.c338 G.area.Slide = (uch *)zcalloc(UZ_NUMOF_CHUNKS, UZ_SLIDE_CHUNK);
H A Dunzpriv.h1550 uch *Slide; /* explode(), inflate(), unreduce() */ member in union:work
1559 uch Slide[WSIZE]; /* explode(), inflate(), unreduce() */ member in union:work
1563 #define slide G.area.Slide
1568 # define redirSlide G.area.Slide

Completed in 157 milliseconds