/external/chromium_org/third_party/zlib/ |
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);
|
mozzconf.h | 74 #define gzread MOZ_Z_gzread macro
|
zconf.h | 75 # define gzread z_gzread macro
|
/external/zlib/src/ |
gzread.c | 0 /* gzread.c -- zlib functions for reading gzip files 288 int ZEXPORT gzread(file, buf, len) function 411 /* nothing there -- try gzread() */ 412 ret = gzread(file, buf, 1);
|
zconf.h | 84 # define gzread z_gzread macro
|
/external/zlib/src/test/ |
minigzip.c | 258 int gzread OF((gzFile, void *, unsigned)); 260 int gzread(gz, buf, len) function 439 len = gzread(in, buf, sizeof(buf));
|
/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
|
/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
|