Searched defs:uncompr (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dexample.c39 Byte *uncompr, uLong uncomprLen));
41 Byte *uncompr, int uncomprLen));
44 Byte *uncompr, uLong uncomprLen));
46 Byte *uncompr, uLong uncomprLen));
48 Byte *uncompr, uLong uncomprLen));
51 Byte *uncompr, uLong uncomprLen));
54 Byte *uncompr, uLong uncomprLen));
60 void test_compress(compr, comprLen, uncompr, uncomprLen)
61 Byte *compr, *uncompr;
70 strcpy((char*)uncompr, "garbag
512 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c274 int uncompr = 0; local
285 uncompr = 1;
300 if (uncompr) {
311 if (uncompr) {

Completed in 262 milliseconds