OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uncomprLen
(Results
1 - 1
of
1
) sorted by relevancy
/src/common/dist/zlib/test/
example.c
61
uLong
uncomprLen
) {
70
err = uncompress(uncompr, &
uncomprLen
, compr, comprLen);
84
static void test_gzio(const char *fname, Byte *uncompr, uLong
uncomprLen
) {
117
if (gzread(file, uncompr, (unsigned)
uncomprLen
) != len) {
145
gzgets(file, (char*)uncompr, (int)
uncomprLen
);
202
uLong
uncomprLen
) {
219
while (d_stream.total_out <
uncomprLen
&& d_stream.total_in < comprLen) {
241
uLong
uncomprLen
) {
259
c_stream.avail_in = (uInt)
uncomprLen
;
270
c_stream.avail_in = (uInt)
uncomprLen
/2
[
all
...]
Completed in 10 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025