Searched refs:indp (Results 1 – 1 of 1) sorted by relevance
/external/zlib/src/examples/ |
D | gun.c | 155 #define NEXT() (have ? 0 : (have = in(indp, &next)), \ 200 local int lunpipe(unsigned have, z_const unsigned char *next, struct ind *indp, in lunpipe() argument 388 struct ind ind, *indp; in gunpipe() local 394 indp = &ind; in gunpipe() 415 ret = lunpipe(have, next, indp, outfile, strm); in gunpipe() 475 ret = inflateBack(strm, in, indp, out, &outd); in gunpipe()
|