Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance
648 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable662 for (ctx = _cmsContextPoolHead; in _cmsGetContext()775 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()776 _cmsContextPoolHead = ctx; in cmsCreateContext()836 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()837 _cmsContextPoolHead = ctx; in cmsDupContext()924 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()926 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()931 for (prev = _cmsContextPoolHead; in cmsDeleteContext()