Home | History | Annotate | Download | only in StrGather

Lines Matching refs:Str2

2144               NewList->Str2 = (WCHAR *) malloc ((strlen (ScopeName) + 1) * sizeof (WCHAR));

2145 if ((NewList->Str1 == NULL) || (NewList->Str2 == NULL)) {
2152 swprintf (NewList->Str2, (strlen (ScopeName) + 1) * sizeof (WCHAR), L"%S", ScopeName);
2155 swprintf (NewList->Str2, L"%S", ScopeName);
2415 free (mGlobals.IndirectionList->Str2);