Home
last modified time | relevance | path

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

/third_party/libsnd/tests/
H A 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/node/deps/v8/third_party/zlib/
H A 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 - (z_off64_t)state->x.have, SEEK_CUR);
496 offset = LSEEK(state->fd, 0, SEEK_CUR);
/third_party/node/deps/zlib/
H A Dgzlib.c9 # define LSEEK _lseeki64 macro
13 # define LSEEK lseek64 macro
16 # define LSEEK lseek macro
245 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ in gz_open()
251 state->start = LSEEK(state->fd, 0, SEEK_CUR); in gz_open()
335 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) in gzrewind()
372 ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR); in gzseek64()
458 offset = LSEEK(state->fd, 0, SEEK_CUR); in gzoffset64()
/third_party/skia/third_party/externals/zlib/
H A 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/
H A Dgzlib.c11 # define LSEEK _lseeki64 macro
14 # define LSEEK lseek64 macro
16 # define LSEEK lseek macro
246 LSEEK(state->fd, 0, SEEK_END); /* so gzoffset() is correct */ in gz_open()
252 state->start = LSEEK(state->fd, 0, SEEK_CUR); in gz_open()
340 if (LSEEK(state->fd, state->start, SEEK_SET) == -1) in gzrewind()
378 ret = LSEEK(state->fd, offset - (z_off64_t)state->x.have, SEEK_CUR); in gzseek64()
468 offset = LSEEK(state->fd, 0, SEEK_CUR); in gzoffset64()
/third_party/libwebsockets/win32port/zlib/
H A 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);

Completed in 5 milliseconds