HomeSort by: relevance | last modified time | path
    Searched refs:call_ztell64 (Results 1 - 2 of 2) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.h 198 ZPOS64_T call_ztell64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream);
203 #define ZTELL64(filefunc,filestream) (call_ztell64((&(filefunc)),(filestream)))
ioapi.c 53 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc, voidpf filestream) { function in typeref:typename:ZPOS64_T

Completed in 133 milliseconds