Home
last modified time | relevance | path

Searched refs:ZLIB_FILEFUNC_SEEK_END (Results 1 – 5 of 5) sorted by relevance

/external/zlib/src/contrib/minizip/
Dioapi.c170 case ZLIB_FILEFUNC_SEEK_END : in fseek_file_func()
193 case ZLIB_FILEFUNC_SEEK_END : in fseek64_file_func()
Diowin32.c322 case ZLIB_FILEFUNC_SEEK_END : in win32_seek_file_func()
361 case ZLIB_FILEFUNC_SEEK_END : in win32_seek64_file_func()
Dioapi.h113 #define ZLIB_FILEFUNC_SEEK_END (2) macro
Dunzip.c421 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) in unz64local_SearchCentralDir()
489 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) in unz64local_SearchCentralDir64()
Dzip.c488 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) in zip64local_SearchCentralDir()
552 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0) in zip64local_SearchCentralDir64()