Searched refs:NameWCS (Results 1 – 1 of 1) sorted by relevance
5240 wchar_t *NameWCS = NULL, *ValueWCS = NULL; in Type_Dictionary_Read() local5281 if (!ReadOneWChar(io, &a.Name, i, &NameWCS)) goto Error; in Type_Dictionary_Read()5292 if (NameWCS == NULL || ValueWCS == NULL) { in Type_Dictionary_Read()5299 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()5302 if (NameWCS != NULL) _cmsFree(self ->ContextID, NameWCS); in Type_Dictionary_Read()