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 75 static voidpf ZCALLBACK fopen_file_func OF((voidpf opaque, const char* filename, int mode));
83 static voidpf ZCALLBACK fopen_file_func (voidpf opaque, const char* filename, int mode) function
215 pzlib_filefunc_def->zopen_file = fopen_file_func;

Completed in 32 milliseconds