/third_party/libsnd/tests/ |
D | win32_test.c | 45 #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/ |
D | gzlib.c | 9 # 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/ |
D | gzlib.c | 9 # 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/ |
D | gzlib.c | 9 # 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/ |
D | gzlib.c | 9 # 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/ |
D | gzlib.c | 9 # 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);
|