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

  /external/zlib/src/contrib/minizip/
ioapi.h 195 long call_zseek64 OF((const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin));
202 #define ZSEEK64(filefunc,filestream,pos,mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode)))
ioapi.c 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) function

Completed in 200 milliseconds