LSEEK             256 3rdparty/zlib/gzlib.c         state->start = LSEEK(state->fd, 0, SEEK_CUR);
LSEEK             355 3rdparty/zlib/gzlib.c     if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
LSEEK             396 3rdparty/zlib/gzlib.c         ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
LSEEK             492 3rdparty/zlib/gzlib.c     offset = LSEEK(state->fd, 0, SEEK_CUR);