Home
last modified time | relevance | path

Searched refs:LSEEK (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
256 state->start = LSEEK(state->fd, 0, SEEK_CUR);
355 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
396 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
492 offset = LSEEK(state->fd, 0, SEEK_CUR);