Home
last modified time | relevance | path

Searched refs:fileName1 (Results 1 – 4 of 4) sorted by relevance

/external/chromium/third_party/zlib/contrib/minizip/
Dunzip.c266 local int strcmpcasenosensitive_internal (fileName1,fileName2) in strcmpcasenosensitive_internal() argument
267 const char* fileName1; in strcmpcasenosensitive_internal()
272 char c1=*(fileName1++);
309 extern int ZEXPORT unzStringFileNameCompare (fileName1,fileName2,iCaseSensitivity)
310 const char* fileName1;
318 return strcmp(fileName1,fileName2);
320 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2);
Dunzip.h124 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
/external/zlib/contrib/minizip/
Dunzip.h153 extern int ZEXPORT unzStringFileNameCompare OF ((const char* fileName1,
Dunzip.c349 local int strcmpcasenosensitive_internal (const char* fileName1, const char* fileName2) in strcmpcasenosensitive_internal() argument
353 char c1=*(fileName1++); in strcmpcasenosensitive_internal()
390 extern int ZEXPORT unzStringFileNameCompare (const char* fileName1, in unzStringFileNameCompare() argument
399 return strcmp(fileName1,fileName2); in unzStringFileNameCompare()
401 return STRCMPCASENOSENTIVEFUNCTION(fileName1,fileName2); in unzStringFileNameCompare()