Searched refs:realbuf (Results 1 - 2 of 2) sorted by relevance

/haiku/src/bin/unzip/
H A Dunshrink.c111 /* Normally realbuf and outbuf will be the same. However, if the data
112 * are redirected to a large memory buffer, realbuf will point to the
115 uch *realbuf = G.outbuf; local
117 # define realbuf G.outbuf macro
146 realbuf = G.redirect_buffer;
158 G.outptr = realbuf;
231 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
236 G.outptr = realbuf;
267 if ((error = flush(__G__ realbuf, G.outcnt, TRUE)) != 0) {
H A Dglobals.h278 uch *realbuf; member in struct:Globals

Completed in 51 milliseconds