/external/zlib/watcom/ |
watcom_l.mak | 8 gzclose.c gzlib.c gzread.c gzwrite.c & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
|
watcom_f.mak | 8 gzclose.c gzlib.c gzread.c gzwrite.c & 13 gzclose.obj gzlib.obj gzread.obj gzwrite.obj & 29 wlib -b -c $(ZLIB_LIB) -+gzclose.obj -+gzlib.obj -+gzread.obj -+gzwrite.obj
|
/external/zlib/contrib/delphi/ |
zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 45 gzread.obj: gzread.c zlib.h zconf.h gzguts.h
|
/external/zlib/contrib/pascal/ |
zlibd32.mak | 21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj 23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj 45 gzread.obj: gzread.c zlib.h zconf.h gzguts.h
|
example.pas | 129 if gzread(zfile, uncompr, uncomprLen) <> len then 131 WriteLn('gzread err: ', gzerror(zfile, err)); 136 WriteLn('bad gzread: ', PChar(uncompr)); 140 WriteLn('gzread(): ', PChar(uncompr));
|
/external/zlib/contrib/iostream2/ |
zstream.h | 88 return ::gzread(m_fp, buf, len); 116 return ::gzread(zs.fp(), x, items*sizeof(T)); 124 ::gzread(zs.fp(), &x, sizeof(T)); 140 ::gzread(zs.fp(), x, len.value()); 148 ::gzread(zs.fp(), x, len.value());
|
/external/zlib/ |
Android.mk | 14 gzread.c \
|
make_vms.com | 15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite 156 $ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" - 157 gzread.c zutil.h zlib.h zconf.h 403 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ 437 gzread.obj : gzread.c zutil.h zlib.h zconf.h
|
gzread.c | 0 /* gzread.c -- zlib functions for reading gzip files 362 int ZEXPORT gzread(file, buf, len) function 476 /* nothing there -- try gzread() */ 477 ret = gzread(file, buf, 1);
|
gzio.c | 392 gzread returns the number of bytes actually read (0 for end of file). 394 int ZEXPORT gzread (file, buf, len) function 508 return gzread(file, &c, 1) == 1 ? c : -1; 548 while (--len > 0 && gzread(file, buf, 1) == 1 && *buf++ != '\n') ; 760 Sets the starting position for the next gzread or gzwrite on the given 847 size = gzread(file, s->outbuf, (uInt)size); 877 Returns the starting position for the next gzread or gzwrite on the
|
zconf.h | 72 # define gzread z_gzread macro
|
minigzip.c | 244 len = gzread(in, buf, sizeof(buf));
|
/external/zlib/contrib/untgz/ |
untgz.c | 404 len = gzread(in, &buffer, BLOCKSIZE); 511 len = gzread(in, fname, BLOCKSIZE);
|
/external/qemu/distrib/zlib-1.2.3/ |
gzio.c | 392 gzread returns the number of bytes actually read (0 for end of file). 394 int ZEXPORT gzread (file, buf, len) function 508 return gzread(file, &c, 1) == 1 ? c : -1; 548 while (--len > 0 && gzread(file, buf, 1) == 1 && *buf++ != '\n') ; 760 Sets the starting position for the next gzread or gzwrite on the given 847 size = gzread(file, s->outbuf, (uInt)size); 877 Returns the starting position for the next gzread or gzwrite on the
|
zlib.h | [all...] |
/external/zlib/contrib/iostream/ |
zfstream.cpp | 244 int t = gzread( file, p, required );
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
zconf.h | 61 # define gzread z_gzread macro
|
/development/ndk/platforms/android-3/include/ |
zlib.h | [all...] |
/external/chromium/sdch/open-vcdiff/src/ |
zlib.h | [all...] |
/external/zlib/contrib/iostream3/ |
zfstream.cc | 197 int bytes_read = gzread(file, buffer, buffer_size);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/ |
zlib.h | [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/ |
zlib.h | [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/ |
zlib.h | [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/ |
zlib.h | [all...] |
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/ |
zlib.h | [all...] |