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

/external/chromium_org/third_party/zlib/
H A Dzlib.h1321 gzseek() or gzrewind().
1340 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1350 supported; gzseek then compresses a sequence of zeroes up to the new
1353 gzseek returns the resulting offset location as measured in bytes from
1363 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1374 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1584 # ifdef gzseek
1585 # undef gzseek macro
1587 # define gzseek gzseek64 macro
1613 ZEXTERN z_off_t ZEXPORT gzseek O
[all...]
H A Dmozzconf.h83 #define gzseek MOZ_Z_gzseek macro
H A Dzconf.h77 # define gzseek z_gzseek macro
H A Dgzlib.c353 z_off_t ZEXPORT gzseek(file, offset, whence) function
/external/zlib/src/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/qemu/android/filesystems/
H A Dramdisk_extractor.cpp151 if (gzseek(mFile, len, SEEK_CUR) < 0) {
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dgzlib.c439 z_off_t ZEXPORT gzseek(file, offset, whence) function
/external/zlib/src/
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dgzlib.c439 z_off_t ZEXPORT gzseek(file, offset, whence) function
H A Dzconf.h.cmakein88 # define gzseek z_gzseek
H A Dzconf.h.in86 # define gzseek z_gzseek
/external/zlib/
H A Dzlib.h1409 gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64 macro
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h1469 gzseek() or gzrewind().
1488 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1498 supported; gzseek then compresses a sequence of zeroes up to the new
1501 gzseek returns the resulting offset location as measured in bytes from
1511 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1522 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1770 # define gzseek gzseek64 macro
1786 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h1473 gzseek() or gzrewind().
1492 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1502 supported; gzseek then compresses a sequence of zeroes up to the new
1505 gzseek returns the resulting offset location as measured in bytes from
1515 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1526 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1774 # define gzseek gzseek64 macro
1790 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h86 # define gzseek z_gzseek macro
H A Dgzlib.c439 z_off_t ZEXPORT gzseek( function
/external/qemu/distrib/libsparse/src/
H A Doutput_file.c203 ret = gzseek(outgz->gz_fd, cnt, SEEK_CUR);
205 error_errno("gzseek");
225 ret = gzseek(outgz->gz_fd, len - 1, SEEK_SET);
/external/zlib/src/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_org/sdch/open-vcdiff/src/zlib/
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/zlib/src/as400/
H A Dzlib.inc204 D gzseek PR extproc('gzseek')
210 D gzseek PR extproc('gzseek64')

Completed in 306 milliseconds