OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LSEEK
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
gzlib.c
9
# define
LSEEK
_lseeki64
12
# define
LSEEK
lseek64
14
# define
LSEEK
lseek
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/third_party/zlib_v128/
gzlib.c
9
# define
LSEEK
_lseeki64
12
# define
LSEEK
lseek64
14
# define
LSEEK
lseek
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/
gzlib.c
9
# define
LSEEK
_lseeki64
12
# define
LSEEK
lseek64
14
# define
LSEEK
lseek
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);
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
61
# define
LSEEK
lseek
67
# define
LSEEK
lseek64
200
if ((openmode & (ios_base::ate | ios_base::app)) && (
LSEEK
(file_no, 0, SEEK_END) == -1)) {
285
// Wrapper for
lseek
or the like.
308
return
LSEEK
(_M_file_id, offset, whence);
322
if (
LSEEK
(_M_file_id, offset + len, SEEK_SET) < 0) {
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp
61
# define
LSEEK
lseek
67
# define
LSEEK
lseek64
200
if ((openmode & (ios_base::ate | ios_base::app)) && (
LSEEK
(file_no, 0, SEEK_END) == -1)) {
285
// Wrapper for
lseek
or the like.
308
return
LSEEK
(_M_file_id, offset, whence);
322
if (
LSEEK
(_M_file_id, offset + len, SEEK_SET) < 0) {
Completed in 525 milliseconds