Home
last modified time | relevance | path

Searched refs:_cmsContextPoolHead (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsplugin.c662 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable
676 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()