Home
last modified time | relevance | path

Searched refs:szCurrentFileName (Results 1 – 2 of 2) sorted by relevance

/external/chromium/third_party/zlib/contrib/minizip/
Dunzip.c868 char szCurrentFileName[UNZ_MAXFILENAMEINZIP+1]; variable
870 szCurrentFileName,sizeof(szCurrentFileName)-1,
874 if (unzStringFileNameCompare(szCurrentFileName,
/external/zlib/contrib/minizip/
Dunzip.c1266 char szCurrentFileName[UNZ_MAXFILENAMEINZIP+1]; in unzLocateFile() local
1268 szCurrentFileName,sizeof(szCurrentFileName)-1, in unzLocateFile()
1272 if (unzStringFileNameCompare(szCurrentFileName, in unzLocateFile()