Searched refs:call_zseek64 (Results 1 - 6 of 6) sorted by relevance
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | 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)))
|
H A D | ioapi.c | 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() function
|
/third_party/skia/third_party/externals/zlib/contrib/minizip/ |
H A D | 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)))
|
H A D | ioapi.c | 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() function
|
/third_party/zlib/contrib/minizip/ |
H A D | ioapi.h | 199 long call_zseek64(const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin); 206 #define ZSEEK64(filefunc,filestream,pos,mode) (call_zseek64((&(filefunc)),(filestream),(pos),(mode)))
|
H A D | ioapi.c | 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() function
|
Completed in 4 milliseconds