HomeSort by relevance Sort by last modified time
    Searched full:fopen_file_func (Results 1 - 1 of 1) sorted by null

  /external/zlib/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 50 milliseconds