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

/ast/src/lib/libz/
H A Dexample.c38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
45 Byte *uncompr, uLong uncomprLen));
47 Byte *uncompr, uLong uncomprLen));
50 Byte *uncompr, uLong uncomprLen));
53 Byte *uncompr, uLong uncomprLen));
59 void test_compress(compr, comprLen, uncompr, uncomprLen)
60 Byte *compr, *uncompr;
69 strcpy((char*)uncompr, "garbag
518 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c273 int uncompr = 0; local
284 uncompr = 1;
303 if (uncompr) {
314 if (uncompr) {

Completed in 1563 milliseconds