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

  /src/external/gpl3/binutils/dist/zlib/contrib/minizip/
ioapi.h 186 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
196 voidpf call_zopen64(const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode);
197 long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin);
198 ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream);
200 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);
  /src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
ioapi.h 186 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
196 voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode));
197 long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
198 ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
200 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);
  /src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
ioapi.h 186 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
196 voidpf call_zopen64 OF((const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode));
197 long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
198 ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
200 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);
  /src/external/gpl3/gdb/dist/zlib/contrib/minizip/
ioapi.h 186 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
196 voidpf call_zopen64(const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode);
197 long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin);
198 ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream);
200 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);
  /src/common/dist/zlib/contrib/minizip/
ioapi.h 159 } zlib_filefunc64_32_def; typedef in typeref:struct:zlib_filefunc64_32_def_s
169 voidpf call_zopen64(const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode);
170 long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin);
171 ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream);
173 void fill_zlib_filefunc64_32_def_from_filefunc32(zlib_filefunc64_32_def* p_filefunc64_32,const zlib_filefunc_def* p_filefunc32);

Completed in 56 milliseconds