OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uncompr
(Results
1 - 15
of
15
) sorted by null
/external/zlib/test/
example.c
39
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
, "garbage")
549
Byte *compr, *
uncompr
;
local
[
all
...]
minigzip.c
545
int
uncompr
= 0;
local
560
uncompr
= 1;
562
copyout =
uncompr
= 1;
568
uncompr
= 1;
587
if (
uncompr
) {
601
if (
uncompr
) {
/external/zlib/contrib/pascal/
example.pas
57
uncompr
: Pointer; uncomprLen: LongInt);
66
StrCopy(PChar(
uncompr
), 'garbage');
68
err := uncompress(
uncompr
, uncomprLen, compr, comprLen);
71
if StrComp(PChar(
uncompr
), hello) <> 0 then
74
WriteLn('uncompress(): ', PChar(
uncompr
));
83
uncompr
: Pointer;
127
StrCopy(PChar(
uncompr
), 'garbage');
129
if gzread(zfile,
uncompr
, uncomprLen) <> len then
134
if StrComp(PChar(
uncompr
), hello) <> 0 then
136
WriteLn('bad gzread: ', PChar(
uncompr
));
[
all
...]
zlibd32.mak
22
OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj
uncompr
.obj zutil.obj
24
OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+
uncompr
.obj+zutil.obj
62
uncompr
.obj:
uncompr
.c zlib.h zconf.h
zlibpas.pas
185
{$L
uncompr
.obj}
/external/zlib/watcom/
watcom_l.mak
10
trees.c
uncompr
.c zutil.c
15
trees.obj
uncompr
.obj zutil.obj
32
wlib -b -c $(ZLIB_LIB) -+trees.obj -+
uncompr
.obj -+zutil.obj
watcom_f.mak
10
trees.c
uncompr
.c zutil.c
15
trees.obj
uncompr
.obj zutil.obj
32
wlib -b -c $(ZLIB_LIB) -+trees.obj -+
uncompr
.obj -+zutil.obj
/external/zlib/contrib/delphi/
zlibd32.mak
22
OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj
uncompr
.obj zutil.obj
24
OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+
uncompr
.obj+zutil.obj
62
uncompr
.obj:
uncompr
.c zlib.h zconf.h
ZLib.pas
209
{$L
uncompr
.obj}
/external/libpng/contrib/pngminim/decoder/
makefile
20
trees$(O)
uncompr
$(O) zutil$(O)
/external/libpng/contrib/pngminim/encoder/
makefile
19
trees$(O)
uncompr
$(O) zutil$(O)
/external/libpng/contrib/pngminim/preader/
makefile
36
trees$(O)
uncompr
$(O) zutil$(O)
/external/zlib/
Android.mk
22
uncompr
.c \
Makefile
59
OBJG = compress.o
uncompr
.o gzclose.o gzlib.o gzread.o gzwrite.o
63
PIC_OBJG = compress.lo
uncompr
.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo
269
compress.o example.o minigzip.o
uncompr
.o: zlib.h zconf.h
279
compress.lo example.lo minigzip.lo
uncompr
.lo: zlib.h zconf.h
make_vms.com
170
$ CALL MAKE
uncompr
.OBJ "CC ''CCOPT'
uncompr
" -
171
uncompr
.c zlib.h zconf.h
403
gzread.obj, gzwrite.obj,
uncompr
.obj, infback.obj\
444
uncompr
.obj :
uncompr
.c zlib.h zconf.h
Completed in 268 milliseconds