Searched refs:AllocString (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/native/liblcms/
H A Dcmscgats.c1133 char *AllocString(cmsIT8* it8, const char* str) function
1213 p->Keyword = AllocString(it8, Key);
1214 p->Subkey = (Subkey == NULL) ? NULL : AllocString(it8, Subkey);
1244 p->Value = AllocString(it8, xValue);
1509 t->DataFormat[n] = AllocString(it8, label);
1574 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);

Completed in 30 milliseconds