HomeSort by relevance Sort by last modified time
    Searched refs:ZLIB_FILEFUNC_SEEK_END (Results 1 - 5 of 5) sorted by null

  /external/zlib/contrib/minizip/
ioapi.h 113 #define ZLIB_FILEFUNC_SEEK_END (2)
ioapi.c 170 case ZLIB_FILEFUNC_SEEK_END :
193 case ZLIB_FILEFUNC_SEEK_END :
iowin32.c 250 case ZLIB_FILEFUNC_SEEK_END :
288 case ZLIB_FILEFUNC_SEEK_END :
unzip.c 421 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
489 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
    [all...]
zip.c 488 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
552 if (ZSEEK64(*pzlib_filefunc_def,filestream,0,ZLIB_FILEFUNC_SEEK_END) != 0)
    [all...]

Completed in 133 milliseconds