HomeSort by relevance Sort by last modified time
    Searched full:gzread (Results 101 - 125 of 266) sorted by null

1 2 3 45 6 7 8 91011

  /external/zlib/src/contrib/ada/
zlib-thin.ads 192 function gzread
405 pragma Import (C, gzread, "gzread");
  /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
288 int ZEXPORT gzread(file, buf, len) function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
zlib.h     [all...]
  /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
google.patch 92 +#define gzread MOZ_Z_gzread
zlib.target.darwin-arm64.mk 32 third_party/zlib/gzread.c \
zlib.target.darwin-mips.mk 32 third_party/zlib/gzread.c \
zlib.target.darwin-x86.mk 32 third_party/zlib/gzread.c \
zlib.target.darwin-x86_64.mk 32 third_party/zlib/gzread.c \
zlib.target.linux-arm64.mk 32 third_party/zlib/gzread.c \
zlib.target.linux-mips.mk 32 third_party/zlib/gzread.c \
zlib.target.linux-x86.mk 32 third_party/zlib/gzread.c \
zlib.target.linux-x86_64.mk 32 third_party/zlib/gzread.c \
  /external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
gzread.c 0 /* gzread.c -- zlib functions for reading gzip files
288 int ZEXPORT gzread( function
411 /* nothing there -- try gzread() */
412 ret = gzread(file, buf, 1);
zlib.h     [all...]
  /external/qemu/distrib/zlib-1.2.8/
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);
zlib.h     [all...]
  /external/zlib/src/contrib/iostream/
zfstream.cpp 244 int t = gzread( file, p, required );
  /external/zlib/src/contrib/pascal/
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/test/
example.c 151 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) {
152 fprintf(stderr, "gzread err: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr);
159 printf("gzread(): %s\n", (char*)uncompr);
  /external/pdfium/core/include/thirdparties/zlib/
zlib.h     [all...]
  /external/zlib/src/as400/
zlib.inc 166 D gzread PR 10I 0 extproc('gzread')
  /external/zlib/src/contrib/untgz/
untgz.c 404 len = gzread(in, &buffer, BLOCKSIZE);
511 len = gzread(in, fname, BLOCKSIZE);

Completed in 246 milliseconds

1 2 3 45 6 7 8 91011