/external/chromium_org/third_party/zlib/ |
zlib.h | [all...] |
gzclose.c | 12 gzFile file;
|
gzguts.h | 65 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 66 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 67 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 68 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
gzlib.c | 18 local gzFile gz_open OF((const char *, int, const char *)); 89 local gzFile gz_open(path, fd, mode) 96 /* allocate gzFile structure to return */ 194 return (gzFile)state; 198 gzFile ZEXPORT gzopen(path, mode) 206 gzFile ZEXPORT gzopen64(path, mode) 214 gzFile ZEXPORT gzdopen(fd, mode) 219 gzFile gz; 231 gzFile file; 256 gzFile file [all...] |
gzread.c | 363 gzFile file; 454 gzFile file; 484 gzFile file; 540 gzFile file; 604 gzFile file; 628 gzFile file;
|
gzwrite.c | 144 gzFile file; 222 gzFile file; 265 gzFile file; 281 int ZEXPORTVA gzprintf (gzFile file, const char *format, ...) 354 gzFile file; 427 gzFile file; 459 gzFile file; 501 gzFile file;
|
mozzconf.h | 148 #define gzFile MOZ_Z_gzFile
|
zconf.h | 117 # define gzFile z_gzFile
|
/external/chromium_org/sdch/open-vcdiff/src/zlib/ |
zlib.h | [all...] |
/development/ndk/platforms/android-3/include/ |
zlib.h | [all...] |
/external/elfutils/0.153/libdwfl/ |
gzip.c | 191 gzip file headers except the slow gzFile interface. */ 247 gzFile zf;
|
/external/chromium_org/third_party/libxml/src/ |
xmlIO.c | 617 static gzFile 620 gzFile fd; 711 typedef gzFile (* xmlWrapGzOpenFunc) (const char *f, const char *mode); 1145 gzFile fd; 1218 gzFile fd; 1267 ret = gzread((gzFile) context, &buffer[0], len); 1287 ret = gzwrite((gzFile) context, (char *) &buffer[0], len); 1303 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1; [all...] |
/external/libxml2/ |
xmlIO.c | 623 static gzFile 626 gzFile fd; 717 typedef gzFile (* xmlWrapGzOpenFunc) (const char *f, const char *mode); 1159 gzFile fd; 1232 gzFile fd; 1281 ret = gzread((gzFile) context, &buffer[0], len); 1301 ret = gzwrite((gzFile) context, (char *) &buffer[0], len); 1317 ret = (gzclose((gzFile) context) == Z_OK ) ? 0 : -1; [all...] |
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/ |
goobspatch.c | 242 gzFile gz; /* method = 3 */
|