Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dfilemoniker.c664 LPOLESTR str1=0,str2=0,*strDec1=0,*strDec2=0,newStr=0; in FileMonikerImpl_ComposeWith() local
692 lastIdx1=FileMonikerImpl_DecomposePath(str1,&strDec1)-1; in FileMonikerImpl_ComposeWith()
695 if ((lastIdx1==-1 && lastIdx2>-1)||(lastIdx1==1 && wcscmp(strDec1[0],twoPoint)==0)) in FileMonikerImpl_ComposeWith()
698 if(wcscmp(strDec1[lastIdx1],bkSlash)==0) in FileMonikerImpl_ComposeWith()
713 lstrcatW(newStr,strDec1[j]); in FileMonikerImpl_ComposeWith()
730 free_stringtable(strDec1); in FileMonikerImpl_ComposeWith()