Home | History | Annotate | Download | only in zlib

Lines Matching refs:gzFile

85 local gzFile gz_open(const void *path, int fd, const char *mode) {
100 /* allocate gzFile structure to return */
256 return (gzFile)state;
260 gzFile ZEXPORT gzopen(const char *path, const char *mode) {
265 gzFile ZEXPORT gzopen64(const char *path, const char *mode) {
270 gzFile ZEXPORT gzdopen(int fd, const char *mode) {
272 gzFile gz;
288 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) {
294 int ZEXPORT gzbuffer(gzFile file, unsigned size) {
318 int ZEXPORT gzrewind(gzFile file) {
339 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) {
412 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) {
420 z_off64_t ZEXPORT gztell64(gzFile file) {
435 z_off_t ZEXPORT gztell(gzFile file) {
443 z_off64_t ZEXPORT gzoffset64(gzFile file) {
464 z_off_t ZEXPORT gzoffset(gzFile file) {
472 int ZEXPORT gzeof(gzFile file) {
487 const char * ZEXPORT gzerror(gzFile file, int *errnum) {
505 void ZEXPORT gzclearerr(gzFile file) {