HomeSort by relevance Sort by last modified time
    Searched refs:fseek64_file_func (Results 1 - 2 of 2) sorted by null

  /external/zlib/src/contrib/minizip/
ioapi.c 91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) function
243 pzlib_filefunc_def->zseek64_file = fseek64_file_func;
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
ioapi.c 91 static long ZCALLBACK fseek64_file_func OF((voidpf opaque, voidpf stream, ZPOS64_T offset, int origin));
184 static long ZCALLBACK fseek64_file_func (voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) function
243 pzlib_filefunc_def->zseek64_file = fseek64_file_func;

Completed in 70 milliseconds