OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fread_file_func
(Results
1 - 1
of
1
) sorted by null
/external/zlib/src/contrib/minizip/
ioapi.c
88
static uLong ZCALLBACK
fread_file_func
OF((voidpf opaque, voidpf stream, void* buf, uLong size));
132
static uLong ZCALLBACK
fread_file_func
(voidpf opaque, voidpf stream, void* buf, uLong size)
function
228
pzlib_filefunc_def->zread_file =
fread_file_func
;
240
pzlib_filefunc_def->zread_file =
fread_file_func
;
Completed in 839 milliseconds