Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
Dwin32_test.c45 #define LSEEK lseek macro
55 #define LSEEK _lseeki64 macro
65 #define LSEEK lseek macro
133 LSEEK (fd, 0, SEEK_END) ; in show_fstat_error()
194 LSEEK (fd, 0, SEEK_END) ; in show_lseek_error()
209 retval = LSEEK (fd, 0, SEEK_END) ; in show_lseek_error()
/third_party/flutter/skia/third_party/externals/zlib/
Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
252 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
258 state->start = LSEEK(state->fd, 0, SEEK_CUR);
359 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
400 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
496 offset = LSEEK(state->fd, 0, SEEK_CUR);
/third_party/node/deps/zlib/
Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
252 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
258 state->start = LSEEK(state->fd, 0, SEEK_CUR);
359 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
400 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
496 offset = LSEEK(state->fd, 0, SEEK_CUR);
/third_party/zlib/
Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
254 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
260 state->start = LSEEK(state->fd, 0, SEEK_CUR);
361 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
402 ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR);
498 offset = LSEEK(state->fd, 0, SEEK_CUR);
/third_party/skia/third_party/externals/zlib/
Dgzlib.c9 # define LSEEK _lseeki64 macro
12 # define LSEEK lseek64 macro
14 # define LSEEK lseek macro
252 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */
258 state->start = LSEEK(state->fd, 0, SEEK_CUR);
359 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
400 ret = LSEEK(state->fd, offset - state->x.have, SEEK_CUR);
496 offset = LSEEK(state->fd, 0, SEEK_CUR);
/third_party/libwebsockets/win32port/zlib/
Dgzlib.c9 # define LSEEK lseek64 macro
11 # define LSEEK lseek macro
184 state->start = LSEEK(state->fd, 0, SEEK_CUR);
268 if (LSEEK(state->fd, state->start, SEEK_SET) == -1)
309 ret = LSEEK(state->fd, offset - state->have, SEEK_CUR);
404 offset = LSEEK(state->fd, 0, SEEK_CUR);