Searched refs:ValueWCS (Results 1 – 1 of 1) sorted by relevance
5103 wchar_t *NameWCS = NULL, *ValueWCS = NULL; in Type_Dictionary_Read() local5140 if (!ReadOneWChar(io, &a.Value, i, &ValueWCS)) goto Error; in Type_Dictionary_Read()5150 if (NameWCS == NULL || ValueWCS == NULL) { in Type_Dictionary_Read()5157 rc = cmsDictAddEntry(hDict, NameWCS, ValueWCS, DisplayNameMLU, DisplayValueMLU); in Type_Dictionary_Read()5161 if (ValueWCS != NULL) _cmsFree(self ->ContextID, ValueWCS); in Type_Dictionary_Read()