Home
last modified time | relevance | path

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

/external/zlib/src/contrib/minizip/
Dioapi.c58 … return (*(pfilefunc->zfile_func64.ztell64_file)) (pfilefunc->zfile_func64.opaque,filestream); in call_ztell64()
76 p_filefunc64_32->zfile_func64.ztell64_file = NULL; in fill_zlib_filefunc64_32_def_from_filefunc32()
242 pzlib_filefunc_def->ztell64_file = ftell64_file_func; in fill_fopen64_filefunc()
Diowin32.c431 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; in fill_win32_filefunc64()
444 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; in fill_win32_filefunc64A()
457 pzlib_filefunc_def->ztell64_file = win32_tell64_file_func; in fill_win32_filefunc64W()
Dioapi.h167 tell64_file_func ztell64_file; member