HomeSort by: relevance | last modified time | path
    Searched refs:gzseek (Results 1 - 10 of 10) sorted by relevancy

  /src/common/dist/zlib/contrib/pascal/
example.pas 117 gzseek(zfile, 1, SEEK_CUR); (* add one zero byte *)
142 pos := gzseek(zfile, -8, SEEK_CUR);
145 WriteLn('gzseek error, pos=', pos, ', gztell=', gztell(zfile));
165 WriteLn('gzgets err after gzseek: ', gzerror(zfile, err));
170 WriteLn('bad gzgets after gzseek');
174 WriteLn('gzgets() after gzseek: ', PChar(uncompr));
  /src/common/dist/zlib/contrib/ada/
zlib-thin.ads 220 function gzseek subprogspec
413 pragma Import (C, gzseek, "gzseek");
  /src/common/dist/zlib/test/
example.c 107 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
128 pos = gzseek(file, -8L, SEEK_CUR);
130 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
147 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
151 fprintf(stderr, "bad gzgets after gzseek\n");
154 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
  /src/common/dist/zlib/
zlib.h 1534 gzseek() or gzrewind().
1553 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1563 supported; gzseek then compresses a sequence of zeroes up to the new
1566 gzseek returns the resulting offset location as measured in bytes from
1576 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1587 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1883 # define gzseek gzseek64 macro
1901 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
zconf.h 99 # define gzseek z_gzseek macro
468 * platforms can support 64-bit file offsets for gzread/gzseek/&c.
gzlib.c 412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { function in typeref:typename:z_off_t ZEXPORT
zconf.h.in 95 # define gzseek z_gzseek macro
zconf.h.cmakein 97 # define gzseek z_gzseek
  /src/sys/net/
zlib.h 1065 * "long" gzseek has been there till Oct 1999 (1.4L), which was wrong.
1067 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);
1075 supported; gzseek then compresses a sequence of zeroes up to the new
1078 gzseek returns the resulting offset location as measured in bytes from
1088 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1101 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
  /src/common/dist/zlib/os400/
zlib.inc 223 D gzseek PR extproc('gzseek')
229 D gzseek PR extproc('gzseek64')

Completed in 64 milliseconds