Searched refs:z_off_t (Results 1 - 4 of 4) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dzconf.h241 # define z_off_t off_t macro
248 #ifndef z_off_t
249 # define z_off_t long macro
H A Dzlib.h757 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
758 z_off_t offset, int whence));
782 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
H A Dgzio.c659 z_off_t ZEXPORT gzseek (file, offset, whence)
661 z_off_t offset;
694 return (z_off_t)s->stream.total_in;
734 return (z_off_t)s->stream.total_out;
767 z_off_t ZEXPORT gztell (file)
H A Dexample.c95 z_off_t pos;

Completed in 28 milliseconds