Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance
658 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable672 for (ctx = _cmsContextPoolHead; in _cmsGetContext()779 ctx ->Next = _cmsContextPoolHead; in cmsCreateContext()780 _cmsContextPoolHead = ctx; in cmsCreateContext()840 ctx ->Next = _cmsContextPoolHead; in cmsDupContext()841 _cmsContextPoolHead = ctx; in cmsDupContext()890 for (prev = _cmsContextPoolHead; in FindPrev()927 if (_cmsContextPoolHead == ctx) { in cmsDeleteContext()929 _cmsContextPoolHead = ctx->Next; in cmsDeleteContext()934 for (prev = _cmsContextPoolHead; in cmsDeleteContext()