Home
last modified time | relevance | path

Searched refs:call_ztell64 (Results 1 – 2 of 2) sorted by relevance

/external/zlib/src/contrib/minizip/
Dioapi.h196 ZPOS64_T call_ztell64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream));
201 #define ZTELL64(filefunc,filestream) (call_ztell64((&(filefunc)),(filestream)))
Dioapi.c55 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream) in call_ztell64() function