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

/freebsd-9.3-release/lib/libz/test/
H A Dexample.c39 Byte *uncompr, uLong uncomprLen));
41 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
46 Byte *uncompr, uLong uncomprLen));
49 Byte *uncompr, uLong uncomprLen));
81 Byte *uncompr, uLong uncomprLen));
83 Byte *uncompr, uLong uncomprLen));
88 void test_compress(compr, comprLen, uncompr, uncomprLen)
89 Byte *compr, *uncompr;
98 strcpy((char*)uncompr, "garbag
549 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c561 int uncompr = 0; local
580 uncompr = 1;
582 copyout = uncompr = 1;
588 uncompr = 1;
607 if (uncompr) {
621 if (uncompr) {
/freebsd-9.3-release/lib/libz/
H A DMakefile34 SRCS+= uncompr.c

Completed in 96 milliseconds