Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsplugin.c658 static struct _cmsContext_struct* _cmsContextPoolHead = NULL; variable
672 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()