OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fopen_file_func
(Results
1 - 1
of
1
) sorted by null
/external/zlib/src/contrib/minizip/
ioapi.c
87
static voidpf ZCALLBACK
fopen_file_func
OF((voidpf opaque, const char* filename, int mode));
95
static voidpf ZCALLBACK
fopen_file_func
(voidpf opaque, const char* filename, int mode)
function
227
pzlib_filefunc_def->zopen_file =
fopen_file_func
;
Completed in 107 milliseconds