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

/external/chromium_org/third_party/zlib/
H A Dgzlib.c9 # define LSEEK _lseeki64 macro
11 # define LSEEK lseek64 macro
13 # define LSEEK lseek macro
186 state->start = LSEEK(state->fd, 0, SEEK_CUR);
270 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
311 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
406 offset = LSEEK(state->fd, 0, SEEK_CUR);
/external/qemu/distrib/zlib-1.2.8/
H A 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);
/external/zlib/src/
H A 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);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A 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);
/external/stlport/src/details/
H A Dfstream_unistd.cpp61 # define LSEEK lseek macro
67 # define LSEEK lseek64 macro
200 if ((openmode & (ios_base::ate | ios_base::app)) && (LSEEK(file_no, 0, SEEK_END) == -1)) {
308 return LSEEK(_M_file_id, offset, whence);
322 if (LSEEK(_M_file_id, offset + len, SEEK_SET) < 0) {

Completed in 108 milliseconds