HomeSort by relevance Sort by last modified time
    Searched defs:gzwrite (Results 1 - 8 of 8) sorted by null

  /external/opencv3/3rdparty/zlib/
gzwrite.c 0 /* gzwrite.c -- zlib functions for writing gzip files
165 int ZEXPORT gzwrite(file, buf, len) function
287 if (gzwrite(file, buf, 1) != 1)
302 ret = gzwrite(file, str, len);
  /external/pdfium/third_party/zlib_v128/
gzwrite.c 0 /* gzwrite.c -- zlib functions for writing gzip files
165 int ZEXPORT gzwrite( function
287 if (gzwrite(file, buf, 1) != 1)
302 ret = gzwrite(file, str, len);
zconf.h 92 # define gzwrite z_gzwrite macro
  /external/zlib/src/
gzwrite.c 0 /* gzwrite.c -- zlib functions for writing gzip files
165 int ZEXPORT gzwrite(file, buf, len) function
287 if (gzwrite(file, buf, 1) != 1)
302 ret = gzwrite(file, str, len);
zconf.h 92 # define gzwrite z_gzwrite macro
  /external/zlib/src/test/
minigzip.c 234 int gzwrite OF((gzFile, const void *, unsigned));
236 int gzwrite(gz, buf, len) function
384 if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err));
416 len = gzwrite(out, (char *)buf, (unsigned)buf_len);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
zconf.h 67 # define gzwrite z_gzwrite macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
zconf.h 67 # define gzwrite z_gzwrite macro

Completed in 306 milliseconds