HomeSort by: relevance | last modified time | path
    Searched defs:fread_file_func (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { function
213 pzlib_filefunc_def->zread_file = fread_file_func;
224 pzlib_filefunc_def->zread_file = fread_file_func;
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.c 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { function
213 pzlib_filefunc_def->zread_file = fread_file_func;
224 pzlib_filefunc_def->zread_file = fread_file_func;
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.c 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
134 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) function
238 pzlib_filefunc_def->zread_file = fread_file_func;
250 pzlib_filefunc_def->zread_file = fread_file_func;
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.c 88 static uLong ZCALLBACK fread_file_func OF((voidpf opaque, voidpf stream, void* buf, uLong size));
134 static uLong ZCALLBACK fread_file_func (voidpf opaque, voidpf stream, void* buf, uLong size) function
238 pzlib_filefunc_def->zread_file = fread_file_func;
250 pzlib_filefunc_def->zread_file = fread_file_func;
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.c 119 static uLong ZCALLBACK fread_file_func(voidpf opaque, voidpf stream, void* buf, uLong size) { function
213 pzlib_filefunc_def->zread_file = fread_file_func;
224 pzlib_filefunc_def->zread_file = fread_file_func;

Completed in 16 milliseconds