• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/minizip/

Lines Matching refs:OF

153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
166 extern unzFile ZEXPORT unzOpen OF((const char *path));
167 extern unzFile ZEXPORT unzOpen64 OF((const void *path));
184 extern unzFile ZEXPORT unzOpen2 OF((const char *path,
191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
198 extern int ZEXPORT unzClose OF((unzFile file));
205 extern int ZEXPORT unzGetGlobalInfo OF((unzFile file,
208 extern int ZEXPORT unzGetGlobalInfo64 OF((unzFile file,
216 extern int ZEXPORT unzGetGlobalComment OF((unzFile file,
229 extern int ZEXPORT unzGoToFirstFile OF((unzFile file));
235 extern int ZEXPORT unzGoToNextFile OF((unzFile file));
242 extern int ZEXPORT unzLocateFile OF((unzFile file,
288 extern int ZEXPORT unzGetCurrentFileInfo64 OF((unzFile file,
297 extern int ZEXPORT unzGetCurrentFileInfo OF((unzFile file,
321 extern ZPOS64_T ZEXPORT unzGetCurrentFileZStreamPos64 OF((unzFile file));
331 extern int ZEXPORT unzOpenCurrentFile OF((unzFile file));
337 extern int ZEXPORT unzOpenCurrentFilePassword OF((unzFile file,
345 extern int ZEXPORT unzOpenCurrentFile2 OF((unzFile file,
358 extern int ZEXPORT unzOpenCurrentFile3 OF((unzFile file,
373 extern int ZEXPORT unzCloseCurrentFile OF((unzFile file));
379 extern int ZEXPORT unzReadCurrentFile OF((unzFile file,
393 extern z_off_t ZEXPORT unztell OF((unzFile file));
395 extern ZPOS64_T ZEXPORT unztell64 OF((unzFile file));
400 extern int ZEXPORT unzeof OF((unzFile file));
405 extern int ZEXPORT unzGetLocalExtrafield OF((unzFile file,