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

  /external/zlib/src/contrib/minizip/
ioapi.c 89 static uLong ZCALLBACK fwrite_file_func OF((voidpf opaque, voidpf stream, const void* buf,uLong size));
139 static uLong ZCALLBACK fwrite_file_func (voidpf opaque, voidpf stream, const void* buf, uLong size) function
229 pzlib_filefunc_def->zwrite_file = fwrite_file_func;
241 pzlib_filefunc_def->zwrite_file = fwrite_file_func;

Completed in 55 milliseconds