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

/external/zlib/src/examples/
H A Dgun.c154 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
190 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
199 local int lunpipe(unsigned have, unsigned char *next, struct ind *indp, argument
387 struct ind ind, *indp; local
393 indp = &ind;
414 ret = lunpipe(have, next, indp, outfile, strm);
474 ret = inflateBack(strm, in, indp, out, &outd);

Completed in 57 milliseconds