Searched refs:zseek64_file (Results 1 – 3 of 3) sorted by relevance
31 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_zseek64()32 …return (*(pfilefunc->zfile_func64.zseek64_file)) (pfilefunc->zfile_func64.opaque,filestream,offset… in call_zseek64()45 if (pfilefunc->zfile_func64.zseek64_file != NULL) in call_ztell64()65 p_filefunc64_32->zfile_func64.zseek64_file = NULL; in fill_zlib_filefunc64_32_def_from_filefunc32()231 pzlib_filefunc_def->zseek64_file = fseek64_file_func; in fill_fopen64_filefunc()
359 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64()372 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64A()385 pzlib_filefunc_def->zseek64_file = win32_seek64_file_func; in fill_win32_filefunc64W()
160 seek64_file_func zseek64_file; member