HomeSort by relevance Sort by last modified time
    Searched full:ftell64_file_func (Results 1 - 1 of 1) sorted by null

  /external/zlib/src/contrib/minizip/
ioapi.c 90 static ZPOS64_T ZCALLBACK ftell64_file_func OF((voidpf opaque, voidpf stream));
154 static ZPOS64_T ZCALLBACK ftell64_file_func (voidpf opaque, voidpf stream) function
242 pzlib_filefunc_def->ztell64_file = ftell64_file_func;

Completed in 52 milliseconds