Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance
662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable676 for (ctx = _cmsContextPoolHead; in _cmsGetContext()783 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()784 _cmsContextPoolHead = ctx; in cmsCreateContext()844 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()845 _cmsContextPoolHead = ctx; in cmsDupContext()894 for (prev = _cmsContextPoolHead; in FindPrev()931 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()933 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()938 for (prev = _cmsContextPoolHead; in cmsDeleteContext()