OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:seek64_file_func
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/zlib/contrib/minizip/
ioapi.h
151
typedef long (ZCALLBACK *
seek64_file_func
) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
typedef
160
seek64_file_func
zseek64_file;
/external/zlib/src/contrib/minizip/
ioapi.h
159
typedef long (ZCALLBACK *
seek64_file_func
) OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
typedef
168
seek64_file_func
zseek64_file;
Completed in 108 milliseconds