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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c1107 char *AllocString(cmsIT8* it8, const char* str) function
1187 p->Keyword = AllocString(it8, Key);
1188 p->Subkey = (Subkey == NULL) ? NULL : AllocString(it8, Subkey);
1218 p->Value = AllocString(it8, xValue);
1483 t->DataFormat[n] = AllocString(it8, label);
1548 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);

Completed in 132 milliseconds