Searched refs:fread_file_func (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dioapi.c88 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;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dioapi.c88 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 37 milliseconds