Home
last modified time | relevance | path

Searched refs:unzLocateFile (Results 1 – 6 of 6) sorted by relevance

/external/zlib/src/contrib/vstudio/vc10/
Dzlibvc.def74 unzLocateFile @75
/external/zlib/src/contrib/vstudio/vc9/
Dzlibvc.def74 unzLocateFile @75
/external/zlib/src/contrib/vstudio/vc11/
Dzlibvc.def74 unzLocateFile @75
/external/zlib/src/contrib/minizip/
Dunzip.h242 extern int ZEXPORT unzLocateFile OF((unzFile file,
Dminiunz.c519 if (unzLocateFile(uf,filename,CASESENSITIVITY)!=UNZ_OK)
Dunzip.c1232 extern int ZEXPORT unzLocateFile (unzFile file, const char *szFileName, int iCaseSensitivity) in unzLocateFile() function