Searched refs:ztell64_file (Results 1 - 3 of 3) sorted by relevance

/forgerock/web-agents-v4/zlib/
H A Dioapi.c58 return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream);
76 p_filefunc64_32->zfile_func64.ztell64_file = NULL;
242 pzlib_filefunc_def->ztell64_file = ftell64_file_func;
H A Diowin32.c430 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func;
443 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func;
456 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func;
H A Dioapi.h167 tell64_file_func ztell64_file; member in struct:zlib_filefunc64_def_s
189 //#define ZTELL64(filefunc,filestream) ((*((filefunc).ztell64_file)) ((filefunc).opaque,filestream))

Completed in 42 milliseconds