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

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 82 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { function
212 pzlib_filefunc_def->zopen_file = fopen_file_func;
  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.c 82 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { function
212 pzlib_filefunc_def->zopen_file = fopen_file_func;
  /src/external/gpl3/binutils.old/dist/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
237 pzlib_filefunc_def->zopen_file = fopen_file_func;
  /src/external/gpl3/gdb.old/dist/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
237 pzlib_filefunc_def->zopen_file = fopen_file_func;
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.c 82 static voidpf ZCALLBACK fopen_file_func(voidpf opaque, const char* filename, int mode) { function
212 pzlib_filefunc_def->zopen_file = fopen_file_func;

Completed in 30 milliseconds