Searched defs:LSEEK (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/zlib-1.2.6/
H A Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
204 state->start = LSEEK(state->fd, 0, SEEK_CUR);
289 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
330 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
426 offset = LSEEK(state->fd, 0, SEEK_CUR);

Completed in 32 milliseconds