HomeSort by: relevance | last modified time | path
    Searched defs:indp (Results 1 - 3 of 3) sorted by relevancy

  /src/common/dist/zlib/examples/
gun.c 155 #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,
388 struct ind ind, *indp; local in function:gunpipe
394 indp = &ind;
415 ret = lunpipe(have, next, indp, outfile, strm);
475 ret = inflateBack(strm, in, indp, out, &outd);
gun.c 155 #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,
388 struct ind ind, *indp; local in function:gunpipe
394 indp = &ind;
415 ret = lunpipe(have, next, indp, outfile, strm);
475 ret = inflateBack(strm, in, indp, out, &outd);
gun.c 155 #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,
388 struct ind ind, *indp; local in function:gunpipe
394 indp = &ind;
415 ret = lunpipe(have, next, indp, outfile, strm);
475 ret = inflateBack(strm, in, indp, out, &outd);

Completed in 33 milliseconds