LSEEK             186 third_party/zlib/gzlib.c         state->start = LSEEK(state->fd, 0, SEEK_CUR);
LSEEK             270 third_party/zlib/gzlib.c     if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
LSEEK             311 third_party/zlib/gzlib.c         ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
LSEEK             406 third_party/zlib/gzlib.c     offset = LSEEK(state->fd, 0, SEEK_CUR);