HomeSort by: relevance | last modified time | path
    Searched refs:ZLIB_FILEFUNC_SEEK_END (Results 1 - 5 of 5) sorted by relevancy

  /src/common/dist/zlib/contrib/minizip/
ioapi.c 157 case ZLIB_FILEFUNC_SEEK_END :
180 case ZLIB_FILEFUNC_SEEK_END :
ioapi.h 115 #define ZLIB_FILEFUNC_SEEK_END (2)
iowin32.c 307 case ZLIB_FILEFUNC_SEEK_END :
345 case ZLIB_FILEFUNC_SEEK_END :
unzip.c 334 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
397 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
zip.c 459 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
520 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)

Completed in 19 milliseconds