Searched refs:pszStr (Results 1 – 2 of 2) sorted by relevance
53 IN PCWSTR pszStr, in StrStrCase() argument64 cch1 = wcslen(pszStr); in StrStrCase()68 return (PWSTR)pszStr; in StrStrCase()74 pszStr + i, cch2, pszSearch, cch2) == CSTR_EQUAL) in StrStrCase()76 return (PWSTR)(pszStr + i); in StrStrCase()83 return wcsstr(pszStr, pszSearch); in StrStrCase()
1485 LPWSTR pszBuffer = NULL, pszStr; in DisplayDeviceRelations() local1513 pszStr = pszBuffer; in DisplayDeviceRelations()1515 while (*pszStr != 0) in DisplayDeviceRelations()1517 len = wcslen(pszStr) + 1; in DisplayDeviceRelations()1519 SetListViewText(hwndListView, index, pszStr); in DisplayDeviceRelations()1521 pszStr += len; in DisplayDeviceRelations()