Searched defs:pfilefunc (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/zlib/contrib/minizip/ |
D | ioapi.c | 19 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) in call_zopen64() 29 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int … in call_zseek64() 43 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream) in call_ztell64()
|
/external/zlib/src/contrib/minizip/ |
D | ioapi.c | 31 voidpf call_zopen64 (const zlib_filefunc64_32_def* pfilefunc,const void*filename,int mode) in call_zopen64() 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int … in call_zseek64() 55 ZPOS64_T call_ztell64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream) in call_ztell64()
|