OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:indp
(Results
1 - 1
of
1
) sorted by null
/external/zlib/src/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
394
indp
= &ind;
415
ret = lunpipe(have, next,
indp
, outfile, strm);
475
ret = inflateBack(strm, in,
indp
, out, &outd);
Completed in 189 milliseconds