HomeSort by relevance Sort by last modified time
    Searched refs:gzread (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/zlib/src/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/src/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/src/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/src/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 15 src/gzread.c \
  /external/zlib/src/test/
minigzip.c 254 int gzread OF((gzFile, void *, unsigned));
256 int gzread(gz, buf, len) function
435 len = gzread(in, buf, sizeof(buf));
  /system/core/toolbox/grep/
file.c 88 nr = gzread(gzbufdesc, buffer, MAXBUFSIZ);
98 * As opposed to gzread(), which simply returns the
  /external/zlib/src/
make_vms.com 15 $! 0.04 20100110 Add new gzclose, gzlib, gzread, gzwrite
191 $ CALL MAKE gzread.OBJ "CC ''CCOPT' gzread" -
192 gzread.c zutil.h zlib.h zconf.h
430 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\
463 gzread.obj : gzread.c zutil.h zlib.h zconf.h
742 $ module2 = "gzclose#gzerror#gzgetc#gzgets#gzopen#gzprintf#gzputc#gzputs#gzread"
gzread.c 0 /* gzread.c -- zlib functions for reading gzip files
287 int ZEXPORT gzread(file, buf, len) function
406 /* nothing there -- try gzread() */
407 ret = gzread(file, buf, 1);
zconf.h 82 # define gzread z_gzread macro
  /external/zlib/src/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/src/contrib/iostream/
zfstream.cpp 244 int t = gzread( file, p, required );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
zconf.h 61 # define gzread z_gzread macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
zconf.h 61 # define gzread z_gzread macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/open-vcdiff/src/zlib/
zlib.h     [all...]
  /external/zlib/src/contrib/iostream3/
zfstream.cc 197 int bytes_read = gzread(file, buffer, buffer_size);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
zlib.h     [all...]

Completed in 315 milliseconds

1 2 3