Searched refs:gzseek (Results 1 - 12 of 12) sorted by relevance

/external/zlib/contrib/pascal/
H A Dexample.pas117 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));
/external/zlib/
H A Dzlib.h1386 gzseek() or gzrewind().
1405 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1415 supported; gzseek then compresses a sequence of zeroes up to the new
1418 gzseek returns the resulting offset location as measured in bytes from
1428 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1439 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1682 # define gzseek gzseek64 macro
1698 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h82 # define gzseek z_gzseek macro
H A Dgzlib.c373 z_off_t ZEXPORT gzseek(file, offset, whence) function
H A Dzconf.h.cmakein84 # define gzseek z_gzseek
H A Dzconf.h.in82 # define gzseek z_gzseek
/external/zlib/test/
H A Dexample.c141 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
162 pos = gzseek(file, -8L, SEEK_CUR);
164 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
181 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
185 fprintf(stderr, "bad gzgets after gzseek\n");
188 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
/external/chromium/sdch/open-vcdiff/src/
H A Dzlib.h1172 character will be discarded if the stream is repositioned with gzseek()
1186 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1195 supported; gzseek then compresses a sequence of zeroes up to the new
1198 gzseek returns the resulting offset location as measured in bytes from
1208 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1217 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/external/qemu/distrib/zlib-1.2.3/
H A Dzlib.h1169 character will be discarded if the stream is repositioned with gzseek()
1183 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1192 supported; gzseek then compresses a sequence of zeroes up to the new
1195 gzseek returns the resulting offset location as measured in bytes from
1205 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1214 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
H A Dgzio.c762 gzseek returns the resulting offset location as measured in bytes from
765 In this version of the library, gzseek can be extremely slow.
767 z_off_t ZEXPORT gzseek (file, offset, whence) function
884 return gzseek(file, 0L, SEEK_CUR);
/external/zlib/as400/
H A Dzlib.inc204 D gzseek PR extproc('gzseek')
210 D gzseek PR extproc('gzseek64')
/external/zlib/old/as400/
H A Dzlib.inc163 D gzseek PR extproc('gzseek')

Completed in 104 milliseconds