Home
last modified time | relevance | path

Searched refs:ZLIB_FILEFUNC_SEEK_CUR (Results 1 – 4 of 4) sorted by relevance

/external/zlib/src/contrib/minizip/
Dioapi.c167 case ZLIB_FILEFUNC_SEEK_CUR : in fseek_file_func()
190 case ZLIB_FILEFUNC_SEEK_CUR : in fseek64_file_func()
Diowin32.c318 case ZLIB_FILEFUNC_SEEK_CUR : in win32_seek_file_func()
357 case ZLIB_FILEFUNC_SEEK_CUR : in win32_seek64_file_func()
Dioapi.h112 #define ZLIB_FILEFUNC_SEEK_CUR (1) macro
Dunzip.c996 if (ZSEEK64(s->z_filefunc, s->filestream,lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) in unz64local_GetCurrentFileInfoInternal()
1021 if (ZSEEK64(s->z_filefunc, s->filestream,lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) in unz64local_GetCurrentFileInfoInternal()
1072 if (ZSEEK64(s->z_filefunc, s->filestream,dataSize,ZLIB_FILEFUNC_SEEK_CUR)!=0) in unz64local_GetCurrentFileInfoInternal()
1093 if (ZSEEK64(s->z_filefunc, s->filestream,lSeek,ZLIB_FILEFUNC_SEEK_CUR)==0) in unz64local_GetCurrentFileInfoInternal()