Lines Matching refs:_cmsFree
49 _cmsFree(ContextID, mlu); in cmsMLUalloc()
228 _cmsFree(mlu ->ContextID, WStr); in cmsMLUsetASCII()
311 if (mlu -> Entries) _cmsFree(mlu ->ContextID, mlu->Entries); in cmsMLUfree()
312 if (mlu -> MemPool) _cmsFree(mlu ->ContextID, mlu->MemPool); in cmsMLUfree()
314 _cmsFree(mlu ->ContextID, mlu); in cmsMLUfree()
562 if (v ->List) _cmsFree(v ->ContextID, v ->List); in cmsFreeNamedColorList()
563 _cmsFree(v ->ContextID, v); in cmsFreeNamedColorList()
770 _cmsFree(ContextID, Seq); in cmsAllocProfileSequenceDescription()
793 if (pseq ->seq != NULL) _cmsFree(pseq ->ContextID, pseq ->seq); in cmsFreeProfileSequenceDescription()
794 _cmsFree(pseq -> ContextID, pseq); in cmsFreeProfileSequenceDescription()
874 if (entry ->Name != NULL) _cmsFree(dict ->ContextID, entry -> Name); in cmsDictFree()
875 if (entry ->Value != NULL) _cmsFree(dict ->ContextID, entry -> Value); in cmsDictFree()
879 _cmsFree(dict ->ContextID, entry); in cmsDictFree()
884 _cmsFree(dict ->ContextID, dict); in cmsDictFree()