Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/lib/zipfile/
Dzipfile.c415 static int sCompStrLens(char const *pStr1, UINT32 strLen1, char const *pStr2, UINT32 strLen2) in sCompStrLens() function
466 return sCompStrLens(pPath1,path1Len,pPath2,path2Len); in sComparePaths()
474 c = sCompStrLens(pPath1, (UINT32)(pSlash1-pPath1), pPath2, (UINT32)(pSlash2-pPath2)); in sComparePaths()
/CafeSDK-2.12.13-1/system/src/lib/szfile/
Dszfile.c172 static int sCompStrLens(char const *pStr1, UINT32 strLen1, char const *pStr2, UINT32 strLen2) in sCompStrLens() function
223 return sCompStrLens(pPath1,path1Len,pPath2,path2Len); in sComparePaths()
231 c = sCompStrLens(pPath1, (UINT32)(pSlash1-pPath1), pPath2, (UINT32)(pSlash2-pPath2)); in sComparePaths()