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

/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/src/
H A DzlibtclStubInit.c66 gzseek, /* 41 */
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/zlib/
H A DzlibtclStubInit.c66 gzseek, /* 41 */
H A DzlibtclDecls.h128 ZEXTERN z_off_t gzseek(gzFile file, z_off_t offset, int whence);
281 #define gzseek \ macro
/macosx-10.10/zlib-55/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));
/macosx-10.10/sudo-73/src/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 Dgzlib.c373 z_off_t ZEXPORT gzseek(file, offset, whence) function
H A Dzconf.h.in90 # define gzseek z_gzseek
/macosx-10.10/zlib-55/zlib/
H A Dzlib.h1324 gzseek() or gzrewind().
1343 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1353 supported; gzseek then compresses a sequence of zeroes up to the new
1356 gzseek returns the resulting offset location as measured in bytes from
1366 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1377 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1590 # define gzseek gzseek64 macro
1605 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
H A Dzconf.h74 # define gzseek z_gzseek macro
H A Dexample.c112 gzseek(file, 1L, SEEK_CUR); /* add one zero byte */
133 pos = gzseek(file, -8L, SEEK_CUR);
135 fprintf(stderr, "gzseek error, pos=%ld, gztell=%ld\n",
152 fprintf(stderr, "gzgets err after gzseek: %s\n", gzerror(file, &err));
156 fprintf(stderr, "bad gzgets after gzseek\n");
159 printf("gzgets() after gzseek: %s\n", (char*)uncompr);
H A Dgzlib.c351 z_off_t ZEXPORT gzseek(file, offset, whence) function
H A Dzconf.h.cmakein76 # define gzseek z_gzseek
H A Dzconf.h.in74 # define gzseek z_gzseek
/macosx-10.10/tcl-105/tcl_ext/trf/trf/compat/
H A Dzlib.h757 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
766 supported; gzseek then compresses a sequence of zeroes up to the new
769 gzseek returns the resulting offset location as measured in bytes from
779 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
788 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/macosx-10.10/rsync-45/rsync/zlib/
H A Dzlib.h1170 character will be discarded if the stream is repositioned with gzseek()
1184 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1193 supported; gzseek then compresses a sequence of zeroes up to the new
1196 gzseek returns the resulting offset location as measured in bytes from
1206 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1215 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A Dzlib.h1199 character will be discarded if the stream is repositioned with gzseek()
1213 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1222 supported; gzseek then compresses a sequence of zeroes up to the new
1225 gzseek returns the resulting offset location as measured in bytes from
1235 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1244 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Dgzio.c789 gzseek returns the resulting offset location as measured in bytes from
792 In this version of the library, gzseek can be extremely slow.
794 z_off_t ZEXPORT gzseek (file, offset, whence) function
911 return gzseek(file, 0L, SEEK_CUR);
/macosx-10.10/zlib-55/zlib/old/as400/
H A Dzlib.inc163 D gzseek PR extproc('gzseek')
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim260 syn keyword phpFunctions gzclose gzcompress gzdeflate gzencode gzeof gzfile gzgetc gzgets gzgetss gzinflate gzopen gzpassthru gzputs gzread gzrewind gzseek gztell gzuncompress gzwrite readgzfile zlib_get_coding_type contained
/macosx-10.10/vim-55/runtime/autoload/
H A Dphpcomplete.vim1937 \ 'gzseek(': 'resource zp, int offset | int',

Completed in 184 milliseconds