OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:win32_seek64_file_func
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
iowin32.c
32
long ZCALLBACK
win32_seek64_file_func
OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
274
long ZCALLBACK
win32_seek64_file_func
(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin)
function
359
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
372
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
385
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
/external/zlib/src/contrib/minizip/
iowin32.c
39
long ZCALLBACK
win32_seek64_file_func
OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
346
long ZCALLBACK
win32_seek64_file_func
(voidpf opaque, voidpf stream,ZPOS64_T offset,int origin)
function
431
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
444
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
457
pzlib_filefunc_def->zseek64_file =
win32_seek64_file_func
;
Completed in 944 milliseconds