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

/external/zlib/src/examples/
H A Dgun.c155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \
191 /* Decompress a compress (LZW) file from indp to outfile. The compress magic
200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, argument
388 struct ind ind, *indp; local
394 indp = &ind;
415 ret = lunpipe(have, next, indp, outfile, strm);
475 ret = inflateBack(strm, in, indp, out, &outd);

Completed in 95 milliseconds