Home
last modified time | relevance | path

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

/reactos/dll/win32/ole32/
H A Dfilemoniker.c647 static void free_stringtable(LPOLESTR *stringTable) in free_stringtable() function
730 free_stringtable(strDec1); in FileMonikerImpl_ComposeWith()
731 free_stringtable(strDec2); in FileMonikerImpl_ComposeWith()
1014 if (stringTable1) free_stringtable(stringTable1); in FileMonikerImpl_CommonPrefixWith()
1015 if (stringTable2) free_stringtable(stringTable2); in FileMonikerImpl_CommonPrefixWith()
1140 free_stringtable(tabStr1); in FileMonikerImpl_RelativePathTo()
1167 free_stringtable(tabStr1); in FileMonikerImpl_RelativePathTo()
1168 free_stringtable(tabStr2); in FileMonikerImpl_RelativePathTo()
1406 free_stringtable(tabStr); in FileMonikerImpl_Construct()