Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance
662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable676 for (ctx = _cmsContextPoolHead; in _cmsGetContext()813 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()814 _cmsContextPoolHead = ctx; in cmsCreateContext()874 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()875 _cmsContextPoolHead = ctx; in cmsDupContext()962 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()964 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()969 for (prev = _cmsContextPoolHead; in cmsDeleteContext()