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

  /external/zlib/contrib/minizip/
ioapi.h 196 ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
201 #define ZTELL64(filefunc,filestream) (call_ztell64((&(filefunc)),(filestream)))
ioapi.c 55 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream) function

Completed in 42 milliseconds