HomeSort by relevance Sort by last modified time
    Searched refs:gz_open (Results 1 - 5 of 5) sorted by null

  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzlib.c 20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open( function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
  /external/qemu/distrib/zlib-1.2.8/
gzlib.c 20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
  /external/zlib/src/
gzlib.c 20 local gzFile gz_open OF((const void *, int, const char *));
91 local gzFile gz_open(path, fd, mode) function
272 return gz_open(path, -1, mode);
280 return gz_open(path, -1, mode);
298 gz = gz_open(path, fd, mode);
309 return gz_open(path, -2, mode);
  /external/chromium_org/third_party/zlib/
gzlib.c 18 local gzFile gz_open OF((const char *, int, const char *));
89 local gzFile gz_open(path, fd, mode) function
202 return gz_open(path, -1, mode);
210 return gz_open(path, -1, mode);
224 gz = gz_open(path, fd, mode);
  /external/zlib/src/test/
minigzip.c 180 gzFile gz_open OF((const char *, int, const char *));
186 return gz_open(path, -1, mode);
193 return gz_open(NULL, fd, mode);
196 gzFile gz_open(path, fd, mode) function

Completed in 88 milliseconds